summaryrefslogtreecommitdiff
path: root/desktop/inc/app.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-09 11:49:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-09 11:13:34 +0000
commita71d6a2a847828b737e5b6cc5eefe877613085b7 (patch)
tree2fe758330a61cab221715749973911acbc82aa88 /desktop/inc/app.hxx
parent243977708ceaf877e520ef0bb393aa49040d65c9 (diff)
loplugin:expandablemethods in dbaccess
Change-Id: I6087a3eff46926646ac1637615a0af30b38956a4 Reviewed-on: https://gerrit.libreoffice.org/30712 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r--desktop/inc/app.hxx10
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;