summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesImporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesImporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesImporter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesImporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesImporter.java
index 5a4aa2ca795f..f8b77baa0729 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesImporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesImporter.java
@@ -72,7 +72,7 @@ public class XMLStylesImporter extends TestCase {
try {
log.println( "creating an impress document" );
- xImpressDoc = SOF.createImpressDoc(null);;
+ xImpressDoc = SOF.createImpressDoc(null);
} catch ( Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );