summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextMarkImportContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLTextMarkImportContext.hxx')
-rw-r--r--xmloff/source/text/XMLTextMarkImportContext.hxx17
1 files changed, 6 insertions, 11 deletions
diff --git a/xmloff/source/text/XMLTextMarkImportContext.hxx b/xmloff/source/text/XMLTextMarkImportContext.hxx
index faa963feed28..b768c3567221 100644
--- a/xmloff/source/text/XMLTextMarkImportContext.hxx
+++ b/xmloff/source/text/XMLTextMarkImportContext.hxx
@@ -47,8 +47,7 @@ public:
const OUString& rLocalName );
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;
};
@@ -85,28 +84,24 @@ 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;
public:
- static ::com::sun::star::uno::Reference<
- ::com::sun::star::text::XTextContent > CreateAndInsertMark(
+ static css::uno::Reference< css::text::XTextContent > CreateAndInsertMark(
SvXMLImport& rImport,
const OUString& sServiceName,
const OUString& sMarkName,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::text::XTextRange> & rRange,
+ const css::uno::Reference<css::text::XTextRange> & rRange,
const OUString& i_rXmlId = OUString());
bool FindName(
SvXMLImport& rImport,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
+ const css::uno::Reference<css::xml::sax::XAttributeList> & xAttrList);
};
#endif