summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sc/ScAutoFormatObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAutoFormatObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAutoFormatObj.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAutoFormatObj.java b/qadevOOo/tests/java/mod/_sc/ScAutoFormatObj.java
index 411334cf5e2f..0a012a181672 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAutoFormatObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAutoFormatObj.java
@@ -74,7 +74,7 @@ public class ScAutoFormatObj extends TestCase {
PrintWriter log) {
XInterface oObj = null;
- XMultiServiceFactory oMSF = (XMultiServiceFactory)(XMultiServiceFactory)tParam.getMSF();
+ XMultiServiceFactory oMSF = (XMultiServiceFactory)tParam.getMSF();
try {
XInterface formats = (XInterface)oMSF.createInstance
("com.sun.star.sheet.TableAutoFormats");