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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/table/tautofmt.cxx b/sw/source/ui/table/tautofmt.cxx
index b01135358ccd..a0b297db58f1 100644
--- a/sw/source/ui/table/tautofmt.cxx
+++ b/sw/source/ui/table/tautofmt.cxx
@@ -49,15 +49,15 @@ class AutoFormatPreview : public vcl::Window
public:
AutoFormatPreview(vcl::Window* pParent, WinBits nStyle);
virtual ~AutoFormatPreview();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
void NotifyChange( const SwTableAutoFormat& rNewData );
void DetectRTL(SwWrtShell* pWrtShell);
- virtual void Resize() SAL_OVERRIDE;
+ virtual void Resize() override;
protected:
- virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& rRect ) SAL_OVERRIDE;
+ virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& rRect ) override;
private:
SwTableAutoFormat aCurData;
@@ -103,7 +103,7 @@ public:
SwStringInputDlg(vcl::Window* pParent, const OUString& rTitle,
const OUString& rEditTitle, const OUString& rDefault );
virtual ~SwStringInputDlg();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
OUString GetInputString() const;