diff options
Diffstat (limited to 'include/sfx2/controlwrapper.hxx')
-rw-r--r-- | include/sfx2/controlwrapper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/controlwrapper.hxx b/include/sfx2/controlwrapper.hxx index be0484e6654c..e2d5b55b2ee3 100644 --- a/include/sfx2/controlwrapper.hxx +++ b/include/sfx2/controlwrapper.hxx @@ -251,7 +251,7 @@ class SFX2_DLLPUBLIC ColorListBoxWrapper: public: explicit ColorListBoxWrapper(ColorListBox & rListBox); - virtual ~ColorListBoxWrapper(); + virtual ~ColorListBoxWrapper() override; virtual bool IsControlDontKnow() const override; virtual void SetControlDontKnow( bool bSet ) override; @@ -368,7 +368,7 @@ class SFX2_DLLPUBLIC MultiControlWrapperHelper : public ControlWrapperBase { public: explicit MultiControlWrapperHelper(); - virtual ~MultiControlWrapperHelper(); + virtual ~MultiControlWrapperHelper() override; /** Registers a control wrapper (should be a member of a derived class). */ void RegisterControlWrapper( ControlWrapperBase& rWrapper ); |