summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/propertyimport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/propertyimport.hxx')
-rw-r--r--xmloff/source/forms/propertyimport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/forms/propertyimport.hxx b/xmloff/source/forms/propertyimport.hxx
index 46163107b52b..c2e6d09d1225 100644
--- a/xmloff/source/forms/propertyimport.hxx
+++ b/xmloff/source/forms/propertyimport.hxx
@@ -99,7 +99,7 @@ namespace xmloff
virtual void StartElement(
const css::uno::Reference< css::xml::sax::XAttributeList >& _rxAttrList) override;
- virtual void Characters(const OUString& _rChars) override;
+ virtual void SAL_CALL characters(const OUString& _rChars) override;
protected:
/** handle one single attribute.
@@ -168,7 +168,7 @@ namespace xmloff
#if OSL_DEBUG_LEVEL > 0
virtual void StartElement(
const css::uno::Reference< css::xml::sax::XAttributeList >& _rxAttrList) override;
- virtual void Characters(const OUString& _rChars) override;
+ virtual void SAL_CALL characters(const OUString& _rChars) override;
#endif
};