summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/inputwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/inputwin.hxx')
-rw-r--r--sw/source/uibase/inc/inputwin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/inputwin.hxx b/sw/source/uibase/inc/inputwin.hxx
index 666a6ae8a5f6..0f999eb61565 100644
--- a/sw/source/uibase/inc/inputwin.hxx
+++ b/sw/source/uibase/inc/inputwin.hxx
@@ -80,7 +80,7 @@ protected:
public:
SwInputWindow(vcl::Window* pParent, SfxDispatcher* pDispatcher);
- virtual ~SwInputWindow();
+ virtual ~SwInputWindow() override;
virtual void dispose() override;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
@@ -101,7 +101,7 @@ public:
sal_uInt16 nId,
SfxBindings*,
SfxChildWinInfo* );
- virtual ~SwInputChild();
+ virtual ~SwInputChild() override;
SFX_DECL_CHILDWINDOW_WITHID( SwInputChild );
void SetFormula( const OUString& rFormula )
{ static_cast<SwInputWindow*>(GetWindow())->SetFormula( rFormula ); }