summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/NotesTContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/NotesTContext.hxx')
-rw-r--r--xmloff/source/transform/NotesTContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/transform/NotesTContext.hxx b/xmloff/source/transform/NotesTContext.hxx
index e86b9bfd72ff..1a49c4a94c47 100644
--- a/xmloff/source/transform/NotesTContext.hxx
+++ b/xmloff/source/transform/NotesTContext.hxx
@@ -39,9 +39,9 @@ public:
virtual XMLTransformerContext *CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,
const OUString& rQName,
- const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList ) override;
+ const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override;
- virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList ) override;
+ virtual void StartElement( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override;
virtual void EndElement() override;
virtual bool IsPersistent() const override;