summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_fwk/UICategoryDescription.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_fwk/UICategoryDescription.java')
-rw-r--r--qadevOOo/tests/java/mod/_fwk/UICategoryDescription.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_fwk/UICategoryDescription.java b/qadevOOo/tests/java/mod/_fwk/UICategoryDescription.java
index e32b6650c46e..5799b79c1c3c 100644
--- a/qadevOOo/tests/java/mod/_fwk/UICategoryDescription.java
+++ b/qadevOOo/tests/java/mod/_fwk/UICategoryDescription.java
@@ -34,7 +34,7 @@ public class UICategoryDescription extends TestCase {
protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {
TestEnvironment tEnv = null;
- XMultiServiceFactory xMSF = (XMultiServiceFactory)tParam.getMSF();
+ XMultiServiceFactory xMSF = tParam.getMSF();
try {
oObj = (XInterface)xMSF.createInstance("com.sun.star.comp.framework.UICategoryDescription");
}