summaryrefslogtreecommitdiff
path: root/toolkit/source
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-05-12 10:48:00 +0200
committerAndras Timar <andras.timar@collabora.com>2022-05-25 09:27:14 +0200
commit6ed4f5eeff60b72db8a49c9f76a64db4eb044b60 (patch)
tree46d1d360e1ec3d08585469fa04810657505ebba7 /toolkit/source
parent1de5627ecea8d9331de1977bf521de713b8b1b5f (diff)
related: tdf#148442: do not replace 'Yes' if onValue is empty
Change-Id: I748422dfbe7a385f4206c5d129eb3091289a180d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134220 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134241 Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'toolkit/source')
-rw-r--r--toolkit/source/helper/formpdfexport.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/source/helper/formpdfexport.cxx b/toolkit/source/helper/formpdfexport.cxx
index 8011ebf9e616..5f04f69f7721 100644
--- a/toolkit/source/helper/formpdfexport.cxx
+++ b/toolkit/source/helper/formpdfexport.cxx
@@ -571,7 +571,6 @@ namespace toolkitform
}
catch(...)
{
- pCheckBoxWidget->OnValue = "On";
}
}
@@ -591,7 +590,6 @@ namespace toolkitform
}
catch(...)
{
- pRadioWidget->OnValue = "On";
}
}