diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-16 15:15:07 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-17 10:36:49 +0200 |
commit | 956cb1f777db6eb4cec6fc4c4ed3b2fc87ee1672 (patch) | |
tree | 384b4532832435687e2f86878ddcbc13190b077a /desktop/inc/app.hxx | |
parent | 290465b0effecb6d620adc20ca279f8057eeab9a (diff) |
loplugin:unusedmethods desktop
Change-Id: I78d4cd362bebde05e5bec55eff5e38603cb3f813
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r-- | desktop/inc/app.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index ccab1f996963..a7159e13496a 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -112,8 +112,6 @@ class Desktop : public Application return m_aBootstrapStatus; } - static bool isCrashReporterEnabled(); - // first-start (ever) related methods static bool CheckExtensionDependencies(); @@ -133,13 +131,11 @@ class Desktop : public Application static void CreateTemporaryDirectory(); static void RemoveTemporaryDirectory(); - bool InitializeInstallation( const OUString& rAppFilename ); static bool InitializeConfiguration(); static void FlushConfiguration(); static bool InitializeQuickstartMode( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); static void HandleBootstrapPathErrors( ::utl::Bootstrap::Status, const OUString& aMsg ); - void StartSetup( const OUString& aParameters ); // Create a error message depending on bootstrap failure code and an optional file url static OUString CreateErrorMsgString( utl::Bootstrap::FailureCode nFailureCode, |