summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/awt/_UnoControlCheckBoxModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/awt/_UnoControlCheckBoxModel.java')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_UnoControlCheckBoxModel.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_UnoControlCheckBoxModel.java b/qadevOOo/tests/java/ifc/awt/_UnoControlCheckBoxModel.java
index 115a416ba640..4d7d77fad501 100644
--- a/qadevOOo/tests/java/ifc/awt/_UnoControlCheckBoxModel.java
+++ b/qadevOOo/tests/java/ifc/awt/_UnoControlCheckBoxModel.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -70,8 +70,8 @@ public class _UnoControlCheckBoxModel extends MultiPropertyTest {
return utils.isVoid(old) ? new Integer(1234) : null ;
}
}) ;
- }
-
+ }
+
/**
* This property can be void, so if old value is <code> null </code>
* new value must be specified.
@@ -104,6 +104,6 @@ public class _UnoControlCheckBoxModel extends MultiPropertyTest {
public void _TextLineColor() {
log.println("Testing with custom Property tester") ;
testProperty("TextLineColor", ColorTester) ;
- }
+ }
}