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, 1 insertions, 0 deletions
diff --git a/include/comphelper/graphicmimetype.hxx b/include/comphelper/graphicmimetype.hxx
index 5380c43a4cb0..53ffd49888e4 100644
--- a/include/comphelper/graphicmimetype.hxx
+++ b/include/comphelper/graphicmimetype.hxx
@@ -36,6 +36,7 @@ public:
static OUString
GetMimeTypeForImageStream(const css::uno::Reference<css::io::XInputStream>& xInputStream);
static OUString GetMimeTypeForConvertDataFormat(ConvertDataFormat convertDataFormat);
+ static char const* GetExtensionForConvertDataFormat(ConvertDataFormat nFormat);
};
}