summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/style/_CharacterProperties.java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 10:07:54 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 10:07:54 +0000
commitce59fe9d4114f26c91478cbd09f7ee1102fe1171 (patch)
tree25652a5264a50a789badfffc6195f367712f4050 /qadevOOo/tests/java/ifc/style/_CharacterProperties.java
parent860f7a809c1511ca9876cde61a0c00c3cab5f138 (diff)
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 14:58:58 sw 1.1.28.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/ifc/style/_CharacterProperties.java')
-rw-r--r--qadevOOo/tests/java/ifc/style/_CharacterProperties.java9
1 files changed, 4 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/ifc/style/_CharacterProperties.java b/qadevOOo/tests/java/ifc/style/_CharacterProperties.java
index 69d932a246e8..ec8549be55b6 100644
--- a/qadevOOo/tests/java/ifc/style/_CharacterProperties.java
+++ b/qadevOOo/tests/java/ifc/style/_CharacterProperties.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _CharacterProperties.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:12:52 $
+ * last change:$Date: 2003-09-08 11:07:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,12 +61,12 @@
package ifc.style;
-import com.sun.star.beans.XPropertySet;
import lib.MultiPropertyTest;
-import lib.MultiPropertyTest$PropertyTester;
import util.ValueChanger;
import util.utils;
+import com.sun.star.beans.XPropertySet;
+
/**
* Testing <code>com.sun.star.style.CharacterProperties</code>
@@ -247,7 +247,6 @@ public class _CharacterProperties extends MultiPropertyTest {
changeProp((XPropertySet) oPara,
(XPropertySet) oPort,"RubyAdjust", aShort);
}
- Short aShort = new Short((short) 1);
}
/**