summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Chart/XMLStylesImporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Chart/XMLStylesImporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Chart/XMLStylesImporter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLStylesImporter.java b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLStylesImporter.java
index 99e6907e3296..c4c22c9184c3 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Chart/XMLStylesImporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Chart/XMLStylesImporter.java
@@ -69,7 +69,7 @@ public class XMLStylesImporter extends TestCase {
try {
log.println( "creating a chartdocument" );
- xChartDoc = SOF.createChartDoc(null);
+ xChartDoc = SOF.createChartDoc();
} catch ( Exception e ) {
// Some exception occurs.FAILED
e.printStackTrace( log );