From dd4c68b02578618d861a2df687823eaaa8ab35f8 Mon Sep 17 00:00:00 2001 From: Aditya Date: Mon, 29 Jun 2020 15:39:19 +0530 Subject: svx:Refactoring of GalleryTheme members to GalleryBinaryEngine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moving of aSvDrawStorageRef into the binary engine and consequent changes Change-Id: I7262c77ec8730fbbe516f9fb205c25c4e1f15ff5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96764 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- include/svx/galtheme.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/svx/galtheme.hxx') diff --git a/include/svx/galtheme.hxx b/include/svx/galtheme.hxx index 44b13f0fd539..b262805a0744 100644 --- a/include/svx/galtheme.hxx +++ b/include/svx/galtheme.hxx @@ -32,7 +32,6 @@ namespace weld { class ComboBox; } -class SotStorage; class SotStorageStream; @@ -76,7 +75,6 @@ private: ::std::vector< std::unique_ptr > aObjectList; OUString m_aDestDir; bool m_bDestDirRelative; - tools::SvRef aSvDrawStorageRef; Gallery* pParent; GalleryThemeEntry* pThm; sal_uInt32 mnThemeLockCount; @@ -85,7 +83,6 @@ private: bool bDragging; bool bAbortActualize; - SAL_DLLPRIVATE void ImplCreateSvDrawStorage(); SAL_DLLPRIVATE const GalleryObject* ImplGetGalleryObject(sal_uInt32 nPos) const { if (nPos < aObjectList.size()) @@ -158,7 +155,6 @@ public: SAL_DLLPRIVATE void AbortActualize() { bAbortActualize = true; } SAL_DLLPRIVATE Gallery* GetParent() const { return pParent; } - SAL_DLLPRIVATE const tools::SvRef& GetSvDrawStorage() const; public: -- cgit