summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorAditya <adityasahu1511@gmail.com>2020-08-29 20:53:25 +0530
committerTomaž Vajngerl <quikee@gmail.com>2020-09-06 12:46:34 +0200
commit86daf3617f2a5e59507f1e6d9a57ca6d39745db8 (patch)
tree942e6c3f7c57045c2c0c180578a5cec9c2494de8 /include/svx
parent3c109047b1d99afa1cbf694bd93f44feb80ca648 (diff)
svx: Remove GalleryThemeEntry::createGalleryStorageEngineEntry()
Change-Id: I8e96e5e21c635bcd1e76f2fb6903116cff500892 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101643 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/gallery1.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/gallery1.hxx b/include/svx/gallery1.hxx
index 36f25a292877..f9b83afe606e 100644
--- a/include/svx/gallery1.hxx
+++ b/include/svx/gallery1.hxx
@@ -52,7 +52,6 @@ public:
bool bReadOnly, bool bNewFile,
sal_uInt32 nId, bool bThemeNameFromResource );
- static std::unique_ptr<GalleryBinaryEngineEntry> createGalleryStorageEngineEntry();
const std::unique_ptr<GalleryBinaryEngineEntry>& getGalleryStorageEngineEntry() const { return mpGalleryStorageEngineEntry; }
GalleryStorageLocations& getGalleryStorageLocations() const { return *mpGalleryStorageEngineEntry->getGalleryStorageLocations(); }