From bb7ade140df807b6a0f12766a1365b8f8d0fd342 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 7 Mar 2018 13:42:58 +0200 Subject: loplugin:unusedmethods Change-Id: Id6b4edd265cb6bef31c72e2a0a440211d51c7c33 Reviewed-on: https://gerrit.libreoffice.org/50900 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/comphelper/graphicmimetype.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/comphelper') diff --git a/include/comphelper/graphicmimetype.hxx b/include/comphelper/graphicmimetype.hxx index 970342f2e5f5..ad081c46e2e5 100644 --- a/include/comphelper/graphicmimetype.hxx +++ b/include/comphelper/graphicmimetype.hxx @@ -24,7 +24,6 @@ class COMPHELPER_DLLPUBLIC GraphicMimeTypeHelper public: static OUString GetMimeTypeForExtension(const OString& rExt); static OUString GetMimeTypeForXGraphic(css::uno::Reference xGraphic); - static OUString GetMimeTypeForImageUrl(const OUString& rImageUrl); static OUString GetMimeTypeForImageStream(css::uno::Reference xInputStream); }; -- cgit