summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/docsh.cxx')
-rw-r--r--sc/source/ui/docshell/docsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index cf4590182705..18c4db7fc1db 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -1676,7 +1676,7 @@ void popFileName(OUString& rPath)
{
INetURLObject aURLObj(rPath);
aURLObj.removeSegment();
- rPath = aURLObj.GetMainURL(INetURLObject::NO_DECODE);
+ rPath = aURLObj.GetMainURL(INetURLObject::DecodeMechanism::NONE);
}
}