summaryrefslogtreecommitdiff
path: root/forms/qa
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 12:33:07 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 12:33:07 +0000
commit96a15b5e277249e0412fe7a2d2a8c280e3be2313 (patch)
tree69e3327cc0463d83299c81fcd78b7efef268da32 /forms/qa
parentb37a0d52a06a91b98e08b9d3e220f80feb5051d0 (diff)
INTEGRATION: CWS dba30c (1.4.178); FILE MERGED
2008/05/19 13:57:29 fs 1.4.178.1: unique radio group names
Diffstat (limited to 'forms/qa')
-rw-r--r--forms/qa/integration/forms/CellBinding.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/qa/integration/forms/CellBinding.java b/forms/qa/integration/forms/CellBinding.java
index 5b4308cea2ce..2def1a94bdea 100644
--- a/forms/qa/integration/forms/CellBinding.java
+++ b/forms/qa/integration/forms/CellBinding.java
@@ -163,8 +163,8 @@ public class CellBinding extends complexlib.ComplexTestCase
public void checkStringRadioBinding( ) throws com.sun.star.uno.Exception, java.lang.Exception
{
// two radio buttons
- XPropertySet primaryRadio = createRadio( 46, "radio button A", "radio group", "primary" );
- XPropertySet secondaryRadio = createRadio( 51, "radio button B", "radio group", "secodary" );
+ XPropertySet primaryRadio = createRadio( 46, "radio button A", "radio ref group", "primary" );
+ XPropertySet secondaryRadio = createRadio( 51, "radio button B", "radio ref group", "secodary" );
// give the ref values
String refValueA = new String( "ref value A" );