include/svx/xflclit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e197bcc6285b69179463b5847fe8ce459806455a Author: Stephan Bergmann <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
