summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/XMLLabelSeparatorContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/XMLLabelSeparatorContext.hxx')
-rw-r--r--xmloff/source/chart/XMLLabelSeparatorContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/chart/XMLLabelSeparatorContext.hxx b/xmloff/source/chart/XMLLabelSeparatorContext.hxx
index da52a4bf1717..9cd1b6c29516 100644
--- a/xmloff/source/chart/XMLLabelSeparatorContext.hxx
+++ b/xmloff/source/chart/XMLLabelSeparatorContext.hxx
@@ -31,11 +31,11 @@ public:
::std::vector< XMLPropertyState > &rProps );
virtual ~XMLLabelSeparatorContext();
- 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 SvXMLImportContext *CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
- 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 EndElement() override;
private: