summaryrefslogtreecommitdiff
path: root/include/comphelper/graphicmimetype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/graphicmimetype.hxx')
-rw-r--r--include/comphelper/graphicmimetype.hxx1
1 files changed, 0 insertions, 1 deletions
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<css::graphic::XGraphic> xGraphic);
- static OUString GetMimeTypeForImageUrl(const OUString& rImageUrl);
static OUString
GetMimeTypeForImageStream(css::uno::Reference<css::io::XInputStream> xInputStream);
};