From a71d6a2a847828b737e5b6cc5eefe877613085b7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 9 Nov 2016 11:49:57 +0200 Subject: loplugin:expandablemethods in dbaccess Change-Id: I6087a3eff46926646ac1637615a0af30b38956a4 Reviewed-on: https://gerrit.libreoffice.org/30712 Tested-by: Jenkins Reviewed-by: Noel Grandin --- desktop/inc/app.hxx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'desktop/inc/app.hxx') 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; -- cgit