diff options
author | Rohan Kumar <rohankanojia420@gmail.com> | 2016-03-17 12:03:50 +0530 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-21 17:01:53 +0000 |
commit | 28aaa27438fb3a743792ce821ba1f523a5d9947f (patch) | |
tree | 2c36ac03b468cc484833a6c350616fdf96a3b96b /starmath/inc/view.hxx | |
parent | 3d952e795a2101d2bfd2c0dcd6047049c38e6f54 (diff) |
tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
I removed all the OSL_DEBUG_LEVEL > 1 conditionals and also
made SAL_WARN open to production code which was earlier under
OSL_DEBUG_LEVEL > 0
Change-Id: Ibe71defed9a7191ec8e4a934e746ef0f3ebd8b3a
Reviewed-on: https://gerrit.libreoffice.org/23065
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'starmath/inc/view.hxx')
-rw-r--r-- | starmath/inc/view.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index 37344be8fae4..397dca9db09f 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -161,9 +161,6 @@ protected: public: SmEditController(SmEditWindow &, sal_uInt16, SfxBindings & ); -#if OSL_DEBUG_LEVEL > 1 - virtual ~SmEditController(); -#endif virtual void StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState) override; }; @@ -216,10 +213,6 @@ class SmCmdBoxWrapper : public SfxChildWindow protected: SmCmdBoxWrapper(vcl::Window* pParentWindow, sal_uInt16 nId, SfxBindings* pBindings, SfxChildWinInfo* pInfo); -#if OSL_DEBUG_LEVEL > 1 - virtual ~SmCmdBoxWrapper(); -#endif - public: SmEditWindow& GetEditWindow() |