summaryrefslogtreecommitdiff
path: root/sw/source/ui/table/tautofmt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/table/tautofmt.cxx')
-rw-r--r--sw/source/ui/table/tautofmt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/table/tautofmt.cxx b/sw/source/ui/table/tautofmt.cxx
index 0c289cf19fea..9d9a2a1ab36a 100644
--- a/sw/source/ui/table/tautofmt.cxx
+++ b/sw/source/ui/table/tautofmt.cxx
@@ -48,7 +48,7 @@ class AutoFormatPreview : public vcl::Window
{
public:
AutoFormatPreview(vcl::Window* pParent, WinBits nStyle);
- virtual ~AutoFormatPreview();
+ virtual ~AutoFormatPreview() override;
virtual void dispose() override;
void NotifyChange( const SwTableAutoFormat& rNewData );
@@ -102,7 +102,7 @@ class SwStringInputDlg : public ModalDialog
public:
SwStringInputDlg(vcl::Window* pParent, const OUString& rTitle,
const OUString& rEditTitle, const OUString& rDefault );
- virtual ~SwStringInputDlg();
+ virtual ~SwStringInputDlg() override;
virtual void dispose() override;
OUString GetInputString() const;