diff options
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/galtheme.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/galtheme.hxx b/include/svx/galtheme.hxx index cb8e7c1e1869..985ce51e04bd 100644 --- a/include/svx/galtheme.hxx +++ b/include/svx/galtheme.hxx @@ -57,7 +57,7 @@ class SVXCORE_DLLPUBLIC GalleryTheme : public SfxBroadcaster private: - std::unique_ptr<GalleryBinaryEngine> mpGalleryBinaryEngine; + std::unique_ptr<GalleryBinaryEngine> mpGalleryStorageEngine; GalleryObjectCollection maGalleryObjectCollection; Gallery* pParent; GalleryThemeEntry* pThm; @@ -67,8 +67,8 @@ private: bool bDragging; bool bAbortActualize; - std::unique_ptr<GalleryBinaryEngine> createGalleryBinaryEngine(bool bReadOnly); - const std::unique_ptr<GalleryBinaryEngine>& getGalleryBinaryEngine() const { return mpGalleryBinaryEngine; } + std::unique_ptr<GalleryBinaryEngine> createGalleryStorageEngine(bool bReadOnly); + const std::unique_ptr<GalleryBinaryEngine>& getGalleryStorageEngine() const { return mpGalleryStorageEngine; } SAL_DLLPRIVATE void ImplSetModified( bool bModified ); SAL_DLLPRIVATE void ImplBroadcast(sal_uInt32 nUpdatePos); |