summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-01-07 09:53:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-01-07 09:53:58 +0100
commite197bcc6285b69179463b5847fe8ce459806455a (patch)
treedecb89941172a3a6a814e63e0bf80c6e5445519e
parent2af41bcb2e57df0d5281f81d5c7dec9bfdf37178 (diff)
-Werror,-Winconsistent-missing-override
Change-Id: I403feb52e491700dfb99e86817b983cbfd7aca45
-rw-r--r--include/svx/xflclit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xflclit.hxx b/include/svx/xflclit.hxx
index 74c9d1e8d515..522b7757ba28 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