summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/drawing/_RotationDescriptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/drawing/_RotationDescriptor.java')
-rw-r--r--qadevOOo/tests/java/ifc/drawing/_RotationDescriptor.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_RotationDescriptor.java b/qadevOOo/tests/java/ifc/drawing/_RotationDescriptor.java
index 2a09eeb4dac5..86bc5bcee519 100644
--- a/qadevOOo/tests/java/ifc/drawing/_RotationDescriptor.java
+++ b/qadevOOo/tests/java/ifc/drawing/_RotationDescriptor.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
@@ -72,15 +72,15 @@ public class _RotationDescriptor extends MultiPropertyTest {
* Tests the property with custom tester
*/
public void _ShearAngle() {
-
+
Object noShear = tEnv.getObjRelation("NoShear");
-
+
if (noShear != null) {
log.println("This shape type doesn't support shear, see #85556#");
tRes.tested("ShearAngle",Status.skipped(true));
return;
}
-
+
try {
oObj.setPropertyValue("RotateAngle",new Short((short) 0));
} catch (Exception e) {
@@ -92,7 +92,7 @@ public class _RotationDescriptor extends MultiPropertyTest {
/**
* Tests the property with custom tester
*/
- public void _RotateAngle() {
+ public void _RotateAngle() {
log.println("Testing with custom Property tester") ;
testProperty("RotateAngle", drawMeasureTester) ;
}