From 0e3b72ac75d9f9c70fe6e74e83a43ffa2635c777 Mon Sep 17 00:00:00 2001 From: Aditya Date: Fri, 28 Aug 2020 20:39:41 +0530 Subject: svx refactoring: Remove GalleryStorageLocations from GalleryThemeEntry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3955a66b7ec4f463264dbb5db6209bbb667bf2b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101557 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- svx/qa/unit/gallery/test_gallery.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/qa') diff --git a/svx/qa/unit/gallery/test_gallery.cxx b/svx/qa/unit/gallery/test_gallery.cxx index 83ccf600ed36..d9ae9150ceb1 100644 --- a/svx/qa/unit/gallery/test_gallery.cxx +++ b/svx/qa/unit/gallery/test_gallery.cxx @@ -258,7 +258,7 @@ void GalleryObjTest::TestGalleryThemeEntry() // Check URLs GalleryBinaryStorageLocations& aGalleryBinaryStorageLocations - = dynamic_cast(*mpThemeEntry->getGalleryStorageLocations()); + = dynamic_cast(mpThemeEntry->getGalleryStorageLocations()); INetURLObject aURL(aGalleryURL); aURL.Append(myThemeName); INetURLObject aThemeURL(aURL), aSdvURL(aURL), aSdgURL(aURL), aStrURL(aURL); -- cgit