summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLCalculationSettingsContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/SchXMLCalculationSettingsContext.cxx')
-rw-r--r--xmloff/source/chart/SchXMLCalculationSettingsContext.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/source/chart/SchXMLCalculationSettingsContext.cxx b/xmloff/source/chart/SchXMLCalculationSettingsContext.cxx
index 7bb876410044..d988c932c7ca 100644
--- a/xmloff/source/chart/SchXMLCalculationSettingsContext.cxx
+++ b/xmloff/source/chart/SchXMLCalculationSettingsContext.cxx
@@ -38,8 +38,7 @@ using namespace ::xmloff::token;
SchXMLCalculationSettingsContext::SchXMLCalculationSettingsContext( SvXMLImport& rImport,
sal_uInt16 p_nPrefix,
const OUString& rLocalName,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList >& xAttrList )
+ const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList )
: SvXMLImportContext ( rImport, p_nPrefix, rLocalName )
{
const SvXMLNamespaceMap& rMap = GetImport().GetNamespaceMap();
@@ -60,7 +59,7 @@ SchXMLCalculationSettingsContext::SchXMLCalculationSettingsContext( SvXMLImport&
}
SvXMLImportContext* SchXMLCalculationSettingsContext::CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,
- const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList )
+ const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList )
{
return new SchXMLCalculationSettingsContext(GetImport(),nPrefix,rLocalName,xAttrList);
}