diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-23 15:20:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-26 19:13:08 +0100 |
commit | b3505dd7adcfd4483c4af181c15eef31bf04a846 (patch) | |
tree | 5f7fa2e0685207a94dc1306240168720852f7f55 /include | |
parent | 37b3502b5c781007e701e78c3b361eba5ce8cfe0 (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 'include')
-rw-r--r-- | include/vcl/salctype.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/salctype.hxx b/include/vcl/salctype.hxx index 73b29b1e97d7..c5c2975b338f 100644 --- a/include/vcl/salctype.hxx +++ b/include/vcl/salctype.hxx @@ -37,8 +37,7 @@ enum class ConvertDataFormat TIF, WMF, EMF, - SVG, - PDF + SVG }; class SvStream; |