summaryrefslogtreecommitdiff
path: root/svx/Library_svxcore.mk
diff options
context:
space:
mode:
authorAditya <adityasahu1511@gmail.com>2020-08-26 22:35:34 +0530
committerTomaž Vajngerl <quikee@gmail.com>2020-09-04 11:26:03 +0200
commitb2d3cb906aa49ca2d83393712b9ed01d93826168 (patch)
tree55359149f821b83854f45f868ced6b0ab8a67761 /svx/Library_svxcore.mk
parentce73b526c459bf1ab15220fe78afae44cb436184 (diff)
svx: Introduce GalleryFileStorageEntry
Abstract class for GalleryBinaryEngineEntry and upcoming GalleryXMLEngineEntry. This interface will be used by GalleryThemeEntry class. Change-Id: Ifa81fe7f17479a9583fd526e5173658aa33efd30 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101420 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svx/Library_svxcore.mk')
-rw-r--r--svx/Library_svxcore.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 367aeea7dcb8..c5a54708a70a 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -157,6 +157,7 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\
svx/source/gallery2/gallerystoragelocations \
svx/source/gallery2/galleryobjectcollection \
svx/source/gallery2/galleryfilestorage \
+ svx/source/gallery2/galleryfilestorageentry \
svx/source/gallery2/galleryobjectstorage \
svx/source/gallery2/galleryobjectbinarystorage \
svx/source/gallery2/galleryobjectxmlstorage \