summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.java b/qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.java
index c857b2420020..9563db05ae08 100644
--- a/qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.java
+++ b/qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.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
@@ -62,7 +62,7 @@ import lib.MultiPropertyTest;
*/
public class _SpreadsheetViewSettings extends MultiPropertyTest {
public void _ZoomType() {
- testProperty("ZoomType", new Short(DocumentZoomType.PAGE_WIDTH),
+ testProperty("ZoomType", new Short(DocumentZoomType.PAGE_WIDTH),
new Short(DocumentZoomType.BY_VALUE));
}