summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/awt/_UnoControlButtonModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/awt/_UnoControlButtonModel.java')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_UnoControlButtonModel.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_UnoControlButtonModel.java b/qadevOOo/tests/java/ifc/awt/_UnoControlButtonModel.java
index 545995a641fe..ff9ac9c269c4 100644
--- a/qadevOOo/tests/java/ifc/awt/_UnoControlButtonModel.java
+++ b/qadevOOo/tests/java/ifc/awt/_UnoControlButtonModel.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
@@ -79,7 +79,7 @@ public class _UnoControlButtonModel extends MultiPropertyTest {
log.println("Testing with custom Property tester") ;
testProperty("BackgroundColor", ColorTester) ;
}
-
+
/**
* This property can be void, so if old value is <code> null </code>
* new value must be specified.
@@ -87,7 +87,7 @@ public class _UnoControlButtonModel extends MultiPropertyTest {
public void _TextLineColor() {
log.println("Testing with custom Property tester") ;
testProperty("TextLineColor", ColorTester) ;
- }
+ }
/**
* This property can be void, so if old value is <code> null </code>