diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2010-08-05 11:53:41 +0200 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2010-08-05 11:53:41 +0200 |
commit | 048631266fa9fafc357dfb02eb023b409c93e5b1 (patch) | |
tree | 0293a354535524471a9a9435062dc5352504cb51 /desktop/inc/app.hxx | |
parent | 5136d89453c5a28a7143afcf58c547517d4b6758 (diff) |
fwk152: #i112452# let restart functionality restart quickstarter as well
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r-- | desktop/inc/app.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 8867a940a6ad..fa7550812bbe 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -134,6 +134,9 @@ class Desktop : public Application static sal_Bool IsFirstStartWizardNeeded(); static sal_Bool CheckExtensionDependencies(); + static void DoRestartActionsIfNecessary( sal_Bool bQuickStart ); + static void SetRestartState(); + void SynchronizeExtensionRepositories(); void SetSplashScreenText( const ::rtl::OUString& rText ); void SetSplashScreenProgress( sal_Int32 ); |