diff options
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() |