[Libreoffice-commits] core.git: include/svx

Stephan Bergmann sbergman at redhat.com
Wed Jan 7 00:54:30 PST 2015


 include/svx/xflclit.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e197bcc6285b69179463b5847fe8ce459806455a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jan 7 09:53:58 2015 +0100

    -Werror,-Winconsistent-missing-override
    
    Change-Id: I403feb52e491700dfb99e86817b983cbfd7aca45

diff --git a/include/svx/xflclit.hxx b/include/svx/xflclit.hxx
index 74c9d1e..522b775 100644
--- a/include/svx/xflclit.hxx
+++ b/include/svx/xflclit.hxx
@@ -50,7 +50,7 @@ public:
                                     SfxMapUnit ePresMetric,
                                     OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE;
 
-    void dumpAsXml(struct _xmlTextWriter* pWriter) const;
+    void dumpAsXml(struct _xmlTextWriter* pWriter) const SAL_OVERRIDE;
 };
 
 #endif


More information about the Libreoffice-commits mailing list