diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-05-19 13:35:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-05-20 12:55:07 +0200 |
commit | 8270eb5d5600cc84dbf5f0e339f90c4519ef88bb (patch) | |
tree | 6253324edd37e5b13c17436a6378ee58ba6a723b /svx/inc | |
parent | 4f3dd930324552aec40b333d750ec7b95ff03c26 (diff) |
loplugin:unusedmethods
Change-Id: Ief95f111350808f010539bb733a553007d30a9df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152006
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/galleryfilestorage.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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: |