summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLChangedRegionImportContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLChangedRegionImportContext.hxx')
-rw-r--r--xmloff/source/text/XMLChangedRegionImportContext.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/xmloff/source/text/XMLChangedRegionImportContext.hxx b/xmloff/source/text/XMLChangedRegionImportContext.hxx
index 6a81cf0d0f45..d858118f5256 100644
--- a/xmloff/source/text/XMLChangedRegionImportContext.hxx
+++ b/xmloff/source/text/XMLChangedRegionImportContext.hxx
@@ -42,8 +42,7 @@ class XMLChangedRegionImportContext : public SvXMLImportContext
{
/// if we replace the current XTextCursor/XText by the ones for
/// the redline, we remember the old cursor here.
- ::com::sun::star::uno::Reference<
- ::com::sun::star::text::XTextCursor> xOldCursor;
+ css::uno::Reference<css::text::XTextCursor> xOldCursor;
/// redline-ID
OUString sID;
@@ -62,14 +61,12 @@ public:
virtual ~XMLChangedRegionImportContext();
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 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;