diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-07-03 15:16:58 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-07-05 08:05:40 +0200 |
commit | 7bafb7ca8ef9467f5c55766d2a38ba0d0a60837c (patch) | |
tree | 0f05fc92976b40a018c0e3f05d07d419c0536aaa /include/comphelper | |
parent | 961908dde51e44b93567cb59bd398778fe1ece10 (diff) |
tdf#117901 Write signature line images as emf to ooxml
Change-Id: Idbf60be3cef2d9dde454da0279d2810488b1e157
Reviewed-on: https://gerrit.libreoffice.org/56871
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/graphicmimetype.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/comphelper/graphicmimetype.hxx b/include/comphelper/graphicmimetype.hxx index ad081c46e2e5..6b8ed4293805 100644 --- a/include/comphelper/graphicmimetype.hxx +++ b/include/comphelper/graphicmimetype.hxx @@ -12,6 +12,7 @@ #include <comphelper/comphelperdllapi.h> #include <rtl/ustring.hxx> +#include <vcl/salctype.hxx> #include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/io/XInputStream.hpp> @@ -26,6 +27,7 @@ public: static OUString GetMimeTypeForXGraphic(css::uno::Reference<css::graphic::XGraphic> xGraphic); static OUString GetMimeTypeForImageStream(css::uno::Reference<css::io::XInputStream> xInputStream); + static OUString GetMimeTypeForConvertDataFormat(ConvertDataFormat convertDataFormat); }; } |