summaryrefslogtreecommitdiff
path: root/include/svtools/svmedit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/svmedit.hxx')
-rw-r--r--include/svtools/svmedit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/svmedit.hxx b/include/svtools/svmedit.hxx
index 0c322f267e04..07f6510f50f3 100644
--- a/include/svtools/svmedit.hxx
+++ b/include/svtools/svmedit.hxx
@@ -33,7 +33,7 @@ public:
MultiLineEdit( vcl::Window* pParent, WinBits nWinStyle = WB_LEFT | WB_BORDER );
virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >
- GetComponentInterface(bool bCreate = true) SAL_OVERRIDE;
+ GetComponentInterface(bool bCreate = true) override;
};