summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/SOfficeFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/SOfficeFactory.java')
-rw-r--r--qadevOOo/runner/util/SOfficeFactory.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/qadevOOo/runner/util/SOfficeFactory.java b/qadevOOo/runner/util/SOfficeFactory.java
index 72ca975c540e..dec23a20f8ae 100644
--- a/qadevOOo/runner/util/SOfficeFactory.java
+++ b/qadevOOo/runner/util/SOfficeFactory.java
@@ -215,12 +215,9 @@ public class SOfficeFactory {
*
* @see XChartDocument
*/
- public XChartDocument createChartDoc(String frameName)
+ public XChartDocument createChartDoc()
throws com.sun.star.uno.Exception {
-// XComponent oDoc = loadDocument(
-// util.utils.getFullTestURL("emptyChart.sds"));
-
XComponent oDoc = loadDocument("private:factory/schart");
if (oDoc != null) {