summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLCalculationSettingsContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/SchXMLCalculationSettingsContext.hxx')
-rw-r--r--xmloff/source/chart/SchXMLCalculationSettingsContext.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/source/chart/SchXMLCalculationSettingsContext.hxx b/xmloff/source/chart/SchXMLCalculationSettingsContext.hxx
index 762d0f11bd71..7d6ae3e84f2d 100644
--- a/xmloff/source/chart/SchXMLCalculationSettingsContext.hxx
+++ b/xmloff/source/chart/SchXMLCalculationSettingsContext.hxx
@@ -24,17 +24,16 @@
class SchXMLCalculationSettingsContext : public SvXMLImportContext
{
- com::sun::star::uno::Any m_aNullDate;
+ css::uno::Any m_aNullDate;
public:
SchXMLCalculationSettingsContext( SvXMLImport& rImport,
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 );
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;
};