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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/gallery2/galini.cxx b/svx/source/gallery2/galini.cxx
index 4eaf301d8edc..c88a7f4f2f8d 100644
--- a/svx/source/gallery2/galini.cxx
+++ b/svx/source/gallery2/galini.cxx
@@ -17,14 +17,14 @@
#include <sal/log.hxx>
#include <unotools/ucbstreamhelper.hxx>
-#include <gallerybinaryengineentry.hxx>
+#include <galleryfilestorageentry.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <o3tl/string_view.hxx>
#include <memory>
-OUString GalleryBinaryEngineEntry::ReadStrFromIni(std::u16string_view aKeyName ) const
+OUString GalleryFileStorageEntry::ReadStrFromIni(std::u16string_view aKeyName ) const
{
std::unique_ptr<SvStream> pStrm(::utl::UcbStreamHelper::CreateStream(
GetStrURL().GetMainURL( INetURLObject::DecodeMechanism::NONE ),