summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTOCContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexTOCContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexTOCContext.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/xmloff/source/text/XMLIndexTOCContext.hxx b/xmloff/source/text/XMLIndexTOCContext.hxx
index 0c4cba2479a3..78a5f0f56258 100644
--- a/xmloff/source/text/XMLIndexTOCContext.hxx
+++ b/xmloff/source/text/XMLIndexTOCContext.hxx
@@ -58,8 +58,7 @@ class XMLIndexTOCContext : public SvXMLImportContext
const OUString sName;
/** XPropertySet of the index */
- ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> xTOCPropertySet;
+ css::uno::Reference<css::beans::XPropertySet> xTOCPropertySet;
enum IndexTypeEnum eIndexType;
@@ -80,16 +79,14 @@ public:
protected:
virtual void StartElement(
- 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;
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