[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - cui/source

Jan-Marek Glogowski glogow at fbihome.de
Mon Nov 30 06:30:16 PST 2015


 cui/source/inc/autocdlg.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 85cabc28b9a762a884972a857a6ac6f70e4bcb56
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Mon Nov 30 15:14:35 2015 +0100

    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 at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx
index 4302e0a..fc2a823 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)


More information about the Libreoffice-commits mailing list