summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galini.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/galini.cxx')
-rw-r--r--svx/source/gallery2/galini.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gallery2/galini.cxx b/svx/source/gallery2/galini.cxx
index e0d1a786206c..9708e917a630 100644
--- a/svx/source/gallery2/galini.cxx
+++ b/svx/source/gallery2/galini.cxx
@@ -28,7 +28,7 @@
OUString GalleryThemeEntry::ReadStrFromIni(const OUString &aKeyName )
{
std::unique_ptr<SvStream> pStrm(::utl::UcbStreamHelper::CreateStream(
- GetStrURL().GetMainURL( INetURLObject::NO_DECODE ),
+ GetStrURL().GetMainURL( INetURLObject::DecodeMechanism::NONE ),
StreamMode::READ ));
const LanguageTag &rLangTag = Application::GetSettings().GetUILanguageTag();