summaryrefslogtreecommitdiff
path: root/include/svx/galtheme.hxx
diff options
context:
space:
mode:
authorAditya <adityasahu1511@gmail.com>2020-06-29 15:39:19 +0530
committerTomaž Vajngerl <quikee@gmail.com>2020-07-10 09:07:40 +0200
commitdd4c68b02578618d861a2df687823eaaa8ab35f8 (patch)
tree73633d84d5b596ea1eb0fca818d9842d24e6367a /include/svx/galtheme.hxx
parentf2cb874d6de86dfffe13fe6f051b1ea84d8e628a (diff)
svx:Refactoring of GalleryTheme members to GalleryBinaryEngine
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 <quikee@gmail.com>
Diffstat (limited to 'include/svx/galtheme.hxx')
-rw-r--r--include/svx/galtheme.hxx4
1 files changed, 0 insertions, 4 deletions
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<GalleryObject> > aObjectList;
OUString m_aDestDir;
bool m_bDestDirRelative;
- tools::SvRef<SotStorage> 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<SotStorage>& GetSvDrawStorage() const;
public: