diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-25 09:40:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-25 09:40:08 +0000 |
commit | ddfe78d7a7b6c49497c9dc6dbf05adf07da47bff (patch) | |
tree | df412eb7600f44c61834b992102e87b7de6645e9 /desktop/inc/app.hxx | |
parent | 4b3d53ce72821ac713c2367e6eee34294e112d98 (diff) |
start quickstarter on every launch if configured to use it
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r-- | desktop/inc/app.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index a10bb11266ef..8ef83095cf1e 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(); + static sal_Bool shouldLaunchQuickstart(); sal_Bool InitializeQuickstartMode( com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& rSMgr ); void HandleBootstrapPathErrors( ::utl::Bootstrap::Status, const ::rtl::OUString& aMsg ); |