summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sch/ChXChartDocument.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sch/ChXChartDocument.java')
-rw-r--r--qadevOOo/tests/java/mod/_sch/ChXChartDocument.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sch/ChXChartDocument.java b/qadevOOo/tests/java/mod/_sch/ChXChartDocument.java
index e492aafe68df..629d61dbf304 100644
--- a/qadevOOo/tests/java/mod/_sch/ChXChartDocument.java
+++ b/qadevOOo/tests/java/mod/_sch/ChXChartDocument.java
@@ -127,7 +127,7 @@ public class ChXChartDocument extends TestCase {
// get the chartdocument
log.println("getting ChartDocument");
- XInterface oObj = (XChartDocument) xChartDoc;
+ XInterface oObj = xChartDoc;
XController cont1 = xChartDoc.getCurrentController();
XController cont2 = doc2.getCurrentController();