summaryrefslogtreecommitdiff
path: root/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx')
-rw-r--r--filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx b/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
index 88d829dead0b..13cfb4a27606 100644
--- a/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
+++ b/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
@@ -89,7 +89,7 @@ bool SAL_CALL XmlFilterAdaptor::importImpl( const Sequence< css::beans::Property
INetURLObject aURLObj(aBaseURI);
// base URI in this case is the URI of the actual saving location
// aURLObj.removeSegment();
- aBaseURI = aURLObj.GetMainURL(INetURLObject::NO_DECODE);
+ aBaseURI = aURLObj.GetMainURL(INetURLObject::DecodeMechanism::NONE);
}
// create an XProperty set to configure the exporter for pretty printing
@@ -242,7 +242,7 @@ bool SAL_CALL XmlFilterAdaptor::exportImpl( const Sequence< css::beans::Property
INetURLObject aURLObj(aBaseURI);
// base URI in this case is the URI of the actual saving location
// aURLObj.removeSegment();
- aBaseURI = aURLObj.GetMainURL(INetURLObject::NO_DECODE);
+ aBaseURI = aURLObj.GetMainURL(INetURLObject::DecodeMechanism::NONE);
}
// create an XProperty set to configure the exporter for pretty printing