summaryrefslogtreecommitdiffstats
path: root/desktop/inc
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
parentcrashtesting: crash on reexport of fdo58980-3.odt to odt (diff)
downloadcore-a71d6a2a847828b737e5b6cc5eefe877613085b7.tar.gz
core-a71d6a2a847828b737e5b6cc5eefe877613085b7.zip
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')
-rw-r--r--desktop/inc/app.hxx10
-rw-r--r--desktop/inc/lib/init.hxx1
2 files changed, 1 insertions, 10 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;
diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx
index e202344450ff..302f54de5391 100644
--- a/desktop/inc/lib/init.hxx
+++ b/desktop/inc/lib/init.hxx
@@ -53,7 +53,6 @@ namespace desktop {
typedef std::vector<std::pair<int, std::string>> queue_type;
private:
- void flush();
void removeAll(const std::function<bool (const queue_type::value_type&)>& rTestFunc);
queue_type m_queue;