diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-23 16:45:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-26 19:13:20 +0100 |
commit | b8b79633021488a7f3400026357a66c4cdadb4b6 (patch) | |
tree | 30fada27a25cb7305da78252f655bed9c6908449 /compilerplugins | |
parent | b3505dd7adcfd4483c4af181c15eef31bf04a846 (diff) |
remove unused DrawModeFlags enum values
Change-Id: I86775a5b7609f5e85c8fcc18a0be7e0ee3c8f84c
Reviewed-on: https://gerrit.libreoffice.org/64046
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/unusedenumconstants.readonly.results | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.readonly.results b/compilerplugins/clang/unusedenumconstants.readonly.results index 96d5d1a5c68c..922644280873 100644 --- a/compilerplugins/clang/unusedenumconstants.readonly.results +++ b/compilerplugins/clang/unusedenumconstants.readonly.results @@ -926,18 +926,6 @@ include/vcl/outdev.hxx:190 enum DrawImageFlags Highlight include/vcl/outdev.hxx:191 enum DrawImageFlags Deactive -include/vcl/outdev.hxx:228 - enum DrawModeFlags NoBitmap -include/vcl/outdev.hxx:229 - enum DrawModeFlags NoGradient -include/vcl/outdev.hxx:230 - enum DrawModeFlags GhostedLine -include/vcl/outdev.hxx:232 - enum DrawModeFlags GhostedText -include/vcl/outdev.hxx:233 - enum DrawModeFlags GhostedBitmap -include/vcl/outdev.hxx:234 - enum DrawModeFlags GhostedGradient include/vcl/pdfwriter.hxx:110 enum vcl::PDFWriter::PDFVersion PDF_1_3 include/vcl/pdfwriter.hxx:110 |