summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/drawing/_DrawingDocumentDrawView.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/drawing/_DrawingDocumentDrawView.java')
-rw-r--r--qadevOOo/tests/java/ifc/drawing/_DrawingDocumentDrawView.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_DrawingDocumentDrawView.java b/qadevOOo/tests/java/ifc/drawing/_DrawingDocumentDrawView.java
index 23e54d39d2e8..85e1b981f4a6 100644
--- a/qadevOOo/tests/java/ifc/drawing/_DrawingDocumentDrawView.java
+++ b/qadevOOo/tests/java/ifc/drawing/_DrawingDocumentDrawView.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
@@ -149,7 +149,7 @@ public class _DrawingDocumentDrawView extends MultiPropertyTest {
e.printStackTrace(log);
}
}
-
+
public void _ZoomType() {
Object oldValue=null;
Object newValue=null;
@@ -171,7 +171,7 @@ public class _DrawingDocumentDrawView extends MultiPropertyTest {
log.println("oldZoomValue: "+oldValue);
log.println("newZoomValue: "+newValue);
tRes.tested("ZoomType",(!oldValue.equals(newValue)));
- }
-
+ }
+
}