cui/source/inc/autocdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 85cabc28b9a762a884972a857a6ac6f70e4bcb56 Author: Jan-Marek Glogowski <glo...@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 <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@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)
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits