summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/graphicmimetype.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-23 15:20:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-26 19:13:08 +0100
commitb3505dd7adcfd4483c4af181c15eef31bf04a846 (patch)
tree5f7fa2e0685207a94dc1306240168720852f7f55 /comphelper/source/misc/graphicmimetype.cxx
parent37b3502b5c781007e701e78c3b361eba5ce8cfe0 (diff)
remove unused enum value ConvertDataFormat::PDF
Change-Id: I61023dc049b914fee1d5d8918b99972d34a82b4a Reviewed-on: https://gerrit.libreoffice.org/64042 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'comphelper/source/misc/graphicmimetype.cxx')
-rw-r--r--comphelper/source/misc/graphicmimetype.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/comphelper/source/misc/graphicmimetype.cxx b/comphelper/source/misc/graphicmimetype.cxx
index 4c335f348173..8dd188767936 100644
--- a/comphelper/source/misc/graphicmimetype.cxx
+++ b/comphelper/source/misc/graphicmimetype.cxx
@@ -114,8 +114,6 @@ OUString GraphicMimeTypeHelper::GetMimeTypeForConvertDataFormat(ConvertDataForma
return OUString("image/x-emf");
case ConvertDataFormat::SVG:
return OUString("image/svg+xml");
- case ConvertDataFormat::PDF:
- return OUString("application/pdf");
case ConvertDataFormat::MET: // What is this?
case ConvertDataFormat::Unknown:
default: