summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexTitleTemplateContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexTitleTemplateContext.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/xmloff/source/text/XMLIndexTitleTemplateContext.hxx b/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
index 612c3306922e..266d671bc660 100644
--- a/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
+++ b/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
@@ -49,16 +49,14 @@ class XMLIndexTitleTemplateContext : public SvXMLImportContext
OUStringBuffer sContent;
// TOC property set
- ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & rTOCPropertySet;
+ css::uno::Reference<css::beans::XPropertySet> & rTOCPropertySet;
public:
XMLIndexTitleTemplateContext(
SvXMLImport& rImport,
- ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & rPropSet,
+ css::uno::Reference<css::beans::XPropertySet> & rPropSet,
sal_uInt16 nPrfx,
const OUString& rLocalName);
@@ -68,8 +66,7 @@ protected:
/** process parameters */
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;
/** set values */
virtual void EndElement() override;