summaryrefslogtreecommitdiff
path: root/desktop/inc
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-10-06 09:24:31 +0200
committersb <sb@openoffice.org>2010-10-06 09:24:31 +0200
commitb7a4a131ef8efa92d1aca33c1290e6a9218a3bf8 (patch)
tree38293a4035deb4bcded0817381b9f19a285a3231 /desktop/inc
parent2cdf3404665ee5e2293bf548251b07e5785141ba (diff)
sb133: #i114705# flush configmgr on every soffice exit path
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index fa7550812bbe..8eb4dd3cc25b 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -155,6 +155,7 @@ class Desktop : public Application
sal_Bool InitializeInstallation( const rtl::OUString& rAppFilename );
sal_Bool InitializeConfiguration();
+ void FlushConfiguration();
sal_Bool InitializeQuickstartMode( com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& rSMgr );
void HandleBootstrapPathErrors( ::utl::Bootstrap::Status, const ::rtl::OUString& aMsg );