summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/typedetection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/typedetection.cxx')
-rw-r--r--filter/source/config/cache/typedetection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx
index 92c10074d454..4638e290e17f 100644
--- a/filter/source/config/cache/typedetection.cxx
+++ b/filter/source/config/cache/typedetection.cxx
@@ -674,7 +674,7 @@ bool TypeDetection::impl_getPreselectionForType(
INetURLObject aParser (aParsedURL.Main);
OUString sExtension = aParser.getExtension(INetURLObject::LAST_SEGMENT ,
true ,
- INetURLObject::DECODE_WITH_CHARSET);
+ INetURLObject::DecodeMechanism::WithCharset);
sExtension = sExtension.toAsciiLowerCase();
// otherwise we must know, if it matches to the given URL really.