summaryrefslogtreecommitdiff
path: root/svx/source/form/fmtextcontrolshell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmtextcontrolshell.cxx')
-rw-r--r--svx/source/form/fmtextcontrolshell.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/fmtextcontrolshell.cxx b/svx/source/form/fmtextcontrolshell.cxx
index f21f324dd2c0..52b6b2e67d5b 100644
--- a/svx/source/form/fmtextcontrolshell.cxx
+++ b/svx/source/form/fmtextcontrolshell.cxx
@@ -174,7 +174,7 @@ namespace svx
void dispose();
protected:
- virtual ~FmFocusListenerAdapter();
+ virtual ~FmFocusListenerAdapter() override;
protected:
virtual void SAL_CALL focusGained( const css::awt::FocusEvent& e ) throw (RuntimeException, std::exception) override;
@@ -259,7 +259,7 @@ namespace svx
void dispose();
protected:
- virtual ~FmMouseListenerAdapter();
+ virtual ~FmMouseListenerAdapter() override;
protected:
virtual void SAL_CALL mousePressed( const css::awt::MouseEvent& e ) throw (RuntimeException, std::exception) override;