summaryrefslogtreecommitdiff
path: root/svx/Library_svxcore.mk
diff options
context:
space:
mode:
authorAditya <adityasahu1511@gmail.com>2020-07-17 13:55:11 +0530
committerTomaž Vajngerl <quikee@gmail.com>2020-07-23 22:07:32 +0200
commit2157185ce15d99f7a234abe46c50f3c6f83a2651 (patch)
treea9104b7c70a073f133727815d9fbb02fce11ef28 /svx/Library_svxcore.mk
parent09a3b52f883783a2047d77b058d085a3b14e4c9b (diff)
svx:Introduce GalleryBinaryEngineEntry and GalleryStorageLocations
Change GalleryBinaryEngine to GalleryBinaryEngineEntry and create GalleryBinaryEngine class that is instantiated at when GalleryEngine is instantiated. Implement GalleryStorageLocations, a shared class which contains locations to binary files like aThmURL, aSdgURL, aSdvURL and aStrURL. The class shares the members between GalleryBinaryEngine and GalleryBinaryEngineEntry. Change-Id: I22da487fbc2a500252196f9ff8dcfa9c4df6abbf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98979 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svx/Library_svxcore.mk')
-rw-r--r--svx/Library_svxcore.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 73d22cafee6c..37f135fced87 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -153,6 +153,8 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\
svx/source/gallery2/galtheme \
svx/source/gallery2/GalleryControl \
svx/source/gallery2/gallerybinaryengine \
+ svx/source/gallery2/gallerybinaryengineentry \
+ svx/source/gallery2/gallerystoragelocations \
svx/source/items/chrtitem \
svx/source/items/clipfmtitem \
svx/source/items/customshapeitem \