diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-25 08:42:22 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 13:57:29 +0200 |
commit | 1522d4b36aa4a8c6f61788b897c24ddfb065185b (patch) | |
tree | a73772f50a4620c6fdb02a65f16794ba88592cc0 /include/vcl/pdfwriter.hxx | |
parent | a0d112a53023758a28d180ffd12766b4d325bf52 (diff) |
loplugin:unusedfields in include/vcl
and fixed bug in sepia filter, where it was using the
wrong member of the union to get the percentage
Change-Id: I56b76496a3ac711adec12dd8c08b28d69644d66f
Diffstat (limited to 'include/vcl/pdfwriter.hxx')
-rw-r--r-- | include/vcl/pdfwriter.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index c10f1cc3622e..d3d0fdb2d7a1 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -451,10 +451,6 @@ public: // Use Sig prefix for members to avoid conflict with // the Location member of the AnyWidget which specifies the coordinates // of the signature - - OUString SigLocation; - OUString SigReason; - OUString SigContactInfo; bool SigHidden; SignatureWidget() |