diff options
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r-- | desktop/inc/app.hxx | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index e4bc622a26ff..91dde49439ab 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -158,20 +158,12 @@ class Desktop : public Application /** for ui-testing provide a mechanism to pseudo-restart by closing the open frames and reopen the frame that appeared post initial startup */ - static void DoExecute(); - - /// does initializations which are necessary for the first run of the office - static void DoFirstRunInitializations(); + static void DoExecute(); static void ShowBackingComponent(Desktop * progress); - static bool SaveTasks(); - - static bool isUIOnSessionShutdownAllowed(); - // on-demand acceptors static void createAcceptor(const OUString& aDescription); - static void enableAcceptors(); static void destroyAcceptor(const OUString& aDescription); bool m_bCleanedExtensionCache; |