summaryrefslogtreecommitdiff
path: root/svx/Library_svxcore.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-05-08 17:01:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-05-08 20:57:04 +0200
commitef950b8f42c0c6e501540ffc74ba193f1952b864 (patch)
tree3874acb48b91a7145764c044e4118f0168d39dcf /svx/Library_svxcore.mk
parent76a3c01c3abd01f404f8f5ac572e52b2f8a2927e (diff)
GalleryObject*Storage are unnecessary
They are identical, and they contain no useful logic. Remove them and just store the underlying INetURL object directly. Change-Id: I73f46d13867ae3b6e738189c0dbaa3cb0ea40ba0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151539 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/Library_svxcore.mk')
-rw-r--r--svx/Library_svxcore.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 5a7e48a47018..270a2056ef60 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -211,9 +211,6 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\
svx/source/gallery2/galleryobjectcollection \
svx/source/gallery2/galleryfilestorage \
svx/source/gallery2/galleryfilestorageentry \
- svx/source/gallery2/galleryobjectstorage \
- svx/source/gallery2/galleryobjectbinarystorage \
- svx/source/gallery2/galleryobjectxmlstorage \
svx/source/items/chrtitem \
svx/source/items/clipfmtitem \
svx/source/items/customshapeitem \