summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/container/_XHierarchicalName.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/container/_XHierarchicalName.java')
-rw-r--r--qadevOOo/tests/java/ifc/container/_XHierarchicalName.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XHierarchicalName.java b/qadevOOo/tests/java/ifc/container/_XHierarchicalName.java
index c2723ccce0af..d690f1df8ebe 100644
--- a/qadevOOo/tests/java/ifc/container/_XHierarchicalName.java
+++ b/qadevOOo/tests/java/ifc/container/_XHierarchicalName.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
@@ -46,7 +46,7 @@ public class _XHierarchicalName extends MultiMethodTest {
res = hn.startsWith(expName);
if (!res) {
- log.println("Getting : " + hn +
+ log.println("Getting : " + hn +
" but expected it to start with " + expName);
}
} catch (com.sun.star.lang.IllegalArgumentException e) {