summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-05-11 14:35:20 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2022-05-11 23:07:46 +0200
commit6ee5fb6d32147e180552f66e615d1de932fdcf9c (patch)
tree9fb66d580cc1cfed3f2155c2b8177678a78df6d0 /include
parenttdf#148148: Applying Title Case when selection contains only spaces (diff)
downloadcore-6ee5fb6d32147e180552f66e615d1de932fdcf9c.tar.gz
core-6ee5fb6d32147e180552f66e615d1de932fdcf9c.zip
tdf#148442: map RefValue property to onValue in pdf
Similar to what it's already done for radiobuttons Change-Id: I708d23dc5f9d4470a9850d7ecc60bd71fada594e Change-Id: I34107c757b0e0933f392a6d0845fa0d2e07aed62 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134170 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/pdfwriter.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx
index 3386086c732d..a894a6a64b6b 100644
--- a/include/vcl/pdfwriter.hxx
+++ b/include/vcl/pdfwriter.hxx
@@ -332,6 +332,7 @@ public:
struct CheckBoxWidget final : public AnyWidget
{
bool Checked;
+ OUString OnValue; // the value of the checkbox if it is selected
CheckBoxWidget()
: AnyWidget( vcl::PDFWriter::CheckBox ),