summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/officerestartmanager.cxx
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-07-01 13:01:22 +0200
committersb <sb@openoffice.org>2010-07-01 13:01:22 +0200
commit1b191d8cb9c0412c17d00323fcca66552372e888 (patch)
tree94fce98cdb28896413f4e262f417f07c40840ed8 /comphelper/source/misc/officerestartmanager.cxx
parentb4044311c5352fa76f833486ae26b90a35eae484 (diff)
jl154: #i112673# ensure that client-facing PID remains the same across internal OOo restart on Mac OS X
Diffstat (limited to 'comphelper/source/misc/officerestartmanager.cxx')
-rw-r--r--comphelper/source/misc/officerestartmanager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/misc/officerestartmanager.cxx b/comphelper/source/misc/officerestartmanager.cxx
index 974b8d65e7ae..1a98ddfce8da 100644
--- a/comphelper/source/misc/officerestartmanager.cxx
+++ b/comphelper/source/misc/officerestartmanager.cxx
@@ -87,9 +87,9 @@ void SAL_CALL OOfficeRestartManager::requestRestart( const uno::Reference< task:
// if the restart already running there is no need to trigger it again
if ( m_bRestartRequested )
return;
-#ifndef MACOSX
+
m_bRestartRequested = sal_True;
-#endif
+
// the office is still not initialized, no need to terminate, changing the state is enough
if ( !m_bOfficeInitialized )
return;