summaryrefslogtreecommitdiff
path: root/include/xmloff/XMLCharContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/XMLCharContext.hxx')
-rw-r--r--include/xmloff/XMLCharContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/XMLCharContext.hxx b/include/xmloff/XMLCharContext.hxx
index c4993583c9d1..99a7e055422b 100644
--- a/include/xmloff/XMLCharContext.hxx
+++ b/include/xmloff/XMLCharContext.hxx
@@ -54,7 +54,7 @@ public:
// EndElement is called before a context will be destructed, but
// after a elements context has been parsed. It may be used for actions
// that require virtual methods. The default is to do nothing.
- virtual void EndElement();
+ virtual void EndElement() SAL_OVERRIDE;
virtual void InsertControlCharacter(sal_Int16 _nControl);
virtual void InsertString(const OUString& _sString);