summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/form/_XFormsSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/form/_XFormsSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/form/_XFormsSupplier.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/form/_XFormsSupplier.java b/qadevOOo/tests/java/ifc/form/_XFormsSupplier.java
index 1a8083413d6e..c50d7e41c90c 100644
--- a/qadevOOo/tests/java/ifc/form/_XFormsSupplier.java
+++ b/qadevOOo/tests/java/ifc/form/_XFormsSupplier.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
@@ -31,14 +31,14 @@ import com.sun.star.container.XNameContainer;
public class _XFormsSupplier extends lib.MultiMethodTest {
- public com.sun.star.form.XFormsSupplier oObj = null;
+ public com.sun.star.form.XFormsSupplier oObj = null;
public void _getForms() {
XNameContainer forms = oObj.getForms();
if (!forms.hasElements()) {
log.println("NameContainer doesn't contain forms");
}
- tRes.tested("getForms()",forms.hasElements());
+ tRes.tested("getForms()",forms.hasElements());
}
-
+
}