summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_XCellFormatRangesSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_XCellFormatRangesSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XCellFormatRangesSupplier.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XCellFormatRangesSupplier.java b/qadevOOo/tests/java/ifc/sheet/_XCellFormatRangesSupplier.java
index 4bc93a7f613d..bf0c2a82bd5f 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XCellFormatRangesSupplier.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XCellFormatRangesSupplier.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
@@ -43,15 +43,15 @@ import com.sun.star.sheet.XCellFormatRangesSupplier;
*/
public class _XCellFormatRangesSupplier extends MultiMethodTest {
-
+
public XCellFormatRangesSupplier oObj = null;
-
+
/**
* call the method getCellFormatRanges and returns OK result if
* the gained XIndexAccess isn't null and the method checkIndexAccess
* returns true.
*/
-
+
public void _getCellFormatRanges() {
boolean res = true;
XIndexAccess xIA = oObj.getCellFormatRanges();
@@ -63,12 +63,12 @@ public class _XCellFormatRangesSupplier extends MultiMethodTest {
}
tRes.tested("getCellFormatRanges()",res);
}
-
+
/**
* calls the method getCount at the IndexAccess, returns true is it is >0
* and getByIndex() doesn't throw an exception for Indexes between 0 and count
*/
-
+
protected boolean checkIndexAccess(XIndexAccess xIA) {
boolean res = true;
int count = xIA.getCount();
@@ -88,5 +88,5 @@ public class _XCellFormatRangesSupplier extends MultiMethodTest {
}
return res;
}
-
+
}