summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2015-11-30 15:14:35 +0100
committerAndras Timar <andras.timar@collabora.com>2015-12-06 14:29:21 +0100
commit0a2995d34424521c2d7310fe03642a5f289b4e5e (patch)
tree074dfcfd94f2fda8035e63c2df137772ecceecfa /cui
parent300a2acc9a994692fbd8a428aeaf27ddd431c4f4 (diff)
cui: GCC 4.6 still doesn't do "override"
But you can use SAL_OVERRIDE instead. Change-Id: I2697593606ef3ff63f923e364d0ea7e5661b1b3a Reviewed-on: https://gerrit.libreoffice.org/20297 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 85cabc28b9a762a884972a857a6ac6f70e4bcb56)
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/autocdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx
index 4302e0a323f6..fc2a8239e867 100644
--- a/cui/source/inc/autocdlg.hxx
+++ b/cui/source/inc/autocdlg.hxx
@@ -187,7 +187,7 @@ class AutoCorrEdit : public Edit
sal_Int32 m_nCol;
bool bSpaces;
- void dispose() override;
+ void dispose() SAL_OVERRIDE;
public:
AutoCorrEdit(vcl::Window* pParent, const ResId& rResId)