summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesImporter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesImporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesImporter.java
index deab847ff0a7..59c6370a72b0 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesImporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesImporter.java
@@ -174,7 +174,7 @@ public class XMLStylesImporter extends TestCase {
boolean hasStyle =
StyleFamilyName.hasByName(impStyleName);
logF.println("Does style with name '" + impStyleName
- + "' exist? " + String.valueOf(hasStyle) );
+ + "' exist? " + hasStyle );
return hasStyle;
} catch (com.sun.star.uno.Exception e) {
logF.println("Exception while checking import :") ;