summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_XConsolidatable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_XConsolidatable.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XConsolidatable.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XConsolidatable.java b/qadevOOo/tests/java/ifc/sheet/_XConsolidatable.java
index 08fc51dc3672..a65b7bdc1784 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XConsolidatable.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XConsolidatable.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
@@ -36,7 +36,7 @@ import lib.MultiMethodTest;
public class _XConsolidatable extends MultiMethodTest {
public XConsolidatable oObj = null;
XConsolidationDescriptor xDescriptor = null;
-
+
/**
* Check consolidation
*/
@@ -45,7 +45,7 @@ public class _XConsolidatable extends MultiMethodTest {
oObj.consolidate(xDescriptor);
tRes.tested("consolidate()", true);
}
-
+
/**
* Check the creation of a ConsolidationDescriptor
*/