From 8270eb5d5600cc84dbf5f0e339f90c4519ef88bb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 19 May 2023 13:35:31 +0200 Subject: loplugin:unusedmethods MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ief95f111350808f010539bb733a553007d30a9df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152006 Reviewed-by: Tomaž Vajngerl Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/inc/galleryfilestorage.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svx/inc') diff --git a/svx/inc/galleryfilestorage.hxx b/svx/inc/galleryfilestorage.hxx index df3aecad7c80..bafbc13c7bad 100644 --- a/svx/inc/galleryfilestorage.hxx +++ b/svx/inc/galleryfilestorage.hxx @@ -54,7 +54,6 @@ private: const INetURLObject& GetSdgURL() const { return maGalleryStorageLocations.GetSdgURL(); } const INetURLObject& GetSdvURL() const { return maGalleryStorageLocations.GetSdvURL(); } - const INetURLObject& GetStrURL() const { return maGalleryStorageLocations.GetStrURL(); } const INetURLObject& GetThmURL() const { return maGalleryStorageLocations.GetThmURL(); } public: -- cgit