aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/patch-desktop+source+app+app.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3/files/patch-desktop+source+app+app.cxx')
-rw-r--r--editors/openoffice-3/files/patch-desktop+source+app+app.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/editors/openoffice-3/files/patch-desktop+source+app+app.cxx b/editors/openoffice-3/files/patch-desktop+source+app+app.cxx
deleted file mode 100644
index 4e82d5277384..000000000000
--- a/editors/openoffice-3/files/patch-desktop+source+app+app.cxx
+++ /dev/null
@@ -1,22 +0,0 @@
---- ../desktop/source/app/app.cxx.orig Sun Mar 30 22:26:15 2003
-+++ ../desktop/source/app/app.cxx Sun Mar 30 22:27:02 2003
-@@ -587,7 +587,8 @@
- ::comphelper::setProcessServiceFactory( NULL );
-
- // clear lockfile
-- m_pLockfile->clean();
-+ if (m_pLockfile != NULL)
-+ m_pLockfile->clean();
-
- if( !Application::IsRemoteServer() )
- {
-@@ -621,7 +622,8 @@
- a <<= (sal_Bool)sal_False;
- xPropertySet->setPropertyValue( OUSTRING(RTL_CONSTASCII_USTRINGPARAM( SUSPEND_QUICKSTARTVETO )), a );
- } else {
-- m_pLockfile->clean();
-+ if (m_pLockfile != NULL)
-+ m_pLockfile->clean();
- }
-
- return bExit;