summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexIllustrationSourceContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexIllustrationSourceContext.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx b/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx
index 1d0d47377a24..d43bc2c4648c 100644
--- a/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx
+++ b/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx
@@ -45,8 +45,7 @@ public:
SvXMLImport& rImport,
sal_uInt16 nPrfx,
const OUString& rLocalName,
- ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & rPropSet);
+ css::uno::Reference<css::beans::XPropertySet> & rPropSet);
virtual ~XMLIndexIllustrationSourceContext();
@@ -55,8 +54,7 @@ protected:
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;
};
#endif