diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-22 08:57:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-23 20:31:22 +0100 |
commit | 49b1107b6ea81c32628a52202ffbbcd44b042e38 (patch) | |
tree | a2267ae3fe189cc6cd88d2e0c972842e97ea3d7a /include/vcl/pdfwriter.hxx | |
parent | c110bfc810ed381409d0f3742d8ce58a690d840f (diff) |
remove unused enums in reportdesign,linguistic,l10ntools,vcl,svx
Change-Id: I3ae854f9fed485be915ded5bc4d7e93f5db23dc6
Reviewed-on: https://gerrit.libreoffice.org/63891
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/pdfwriter.hxx')
-rw-r--r-- | include/vcl/pdfwriter.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index 751f698892f1..3029202f959a 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -194,13 +194,6 @@ public: Signature }; - enum WidgetState - { - // PushButton, RadioButton, CheckBox; Down means selected for - // RadioButton and CheckBox - Up, Down - }; - enum ErrorCode { // transparent object occurred and was draw opaque because |