summaryrefslogtreecommitdiff
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-16 10:50:57 +0200
commit2f1e299983379c89e17bd32dbd49a49b3709e606 (patch)
treecaa783f5a02a3522adda30641fb89f49fa65e895 /include
parentcc6e2d409328f8e4d06305dde47cdc794945b4d8 (diff)
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> (cherry picked from commit 6ee5fb6d32147e180552f66e615d1de932fdcf9c) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134176
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 6e8d68cfcff9..3dfcc31e0994 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 ),