forms/qa/integration/forms/CellBinding.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 52aafb61afc45677e5c9f17f791c75f9a2ba5941 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Jun 19 21:52:07 2024 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jun 19 22:57:51 2024 +0200 Fix typo Change-Id: I6dc27f359ac5b9993d794c15c96712d95c4d476a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169235 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/forms/qa/integration/forms/CellBinding.java b/forms/qa/integration/forms/CellBinding.java index 56d811a25dc5..1105ed6a748d 100644 --- a/forms/qa/integration/forms/CellBinding.java +++ b/forms/qa/integration/forms/CellBinding.java @@ -129,7 +129,7 @@ public class CellBinding extends complexlib.ComplexTestCase { // two radio buttons XPropertySet primaryRadio = createRadio( 28, "radio button no. 1", "radio group", "primary" ); - XPropertySet secondaryRadio = createRadio( 33, "radio button no. 2", "radio group", "secodary" ); + XPropertySet secondaryRadio = createRadio( 33, "radio button no. 2", "radio group", "secondary" ); // bind them short col = (short)0; @@ -166,7 +166,7 @@ public class CellBinding extends complexlib.ComplexTestCase { // two radio buttons XPropertySet primaryRadio = createRadio( 46, "radio button A", "radio ref group", "primary" ); - XPropertySet secondaryRadio = createRadio( 51, "radio button B", "radio ref group", "secodary" ); + XPropertySet secondaryRadio = createRadio( 51, "radio button B", "radio ref group", "secondary" ); // give the ref values String refValueA = "ref value A";
