diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-18 17:35:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-18 17:36:10 +0200 |
commit | 5732ff540edbaa4ad5d92177c48e0a79e385b5cb (patch) | |
tree | 66ee174998e5ded97b921c125d3cd30949dca593 /desktop/inc | |
parent | 9567fbdff6141a605f54df77ddcae173467d5cba (diff) |
Some clean-up
Change-Id: I142f9c4e73585272c3028880e40c20f4a056f3c3
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/app.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 503c11df9394..d01e9643f16e 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -118,9 +118,6 @@ class Desktop : public Application // first-start (ever) related methods static sal_Bool CheckExtensionDependencies(); - static void DoRestartActionsIfNecessary( sal_Bool bQuickStart ); - static void SetRestartState(); - void SynchronizeExtensionRepositories(); void SetSplashScreenText( const OUString& rText ); void SetSplashScreenProgress( sal_Int32 ); @@ -141,7 +138,6 @@ class Desktop : public Application sal_Bool InitializeInstallation( const OUString& rAppFilename ); bool InitializeConfiguration(); void FlushConfiguration(); - static sal_Bool shouldLaunchQuickstart(); sal_Bool InitializeQuickstartMode( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); void HandleBootstrapPathErrors( ::utl::Bootstrap::Status, const OUString& aMsg ); |