diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-01 16:33:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-01 20:28:59 +0100 |
commit | 00d39034138bdb84b1304f4b6a41f265d6715c90 (patch) | |
tree | ecd2a050918eccfcedebd241854da8696b563b5e /include | |
parent | 1075cd6b5d7d5da9e347ac934d7acf51a39639db (diff) |
coverity#735489 constant guards dead code
Change-Id: I387dcfb34dd6f1fc74ed929cb6b2833ae8e0f574
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/app.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx index 41a3130d95f6..1f41a5d1724f 100644 --- a/include/sfx2/app.hxx +++ b/include/sfx2/app.hxx @@ -209,7 +209,6 @@ public: SAL_DLLPRIVATE SfxDispatcher* GetAppDispatcher_Impl(); SAL_DLLPRIVATE SfxDispatcher* GetDispatcher_Impl(); - SAL_DLLPRIVATE bool QueryExit_Impl(); SAL_DLLPRIVATE void SetOptions_Impl(const SfxItemSet &); SAL_DLLPRIVATE bool Initialize_Impl(); |