summaryrefslogtreecommitdiff
path: root/forms/qa/integration/forms/TestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'forms/qa/integration/forms/TestCase.java')
-rw-r--r--forms/qa/integration/forms/TestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/qa/integration/forms/TestCase.java b/forms/qa/integration/forms/TestCase.java
index 85e1d16ac91f..a4ab28e48cb3 100644
--- a/forms/qa/integration/forms/TestCase.java
+++ b/forms/qa/integration/forms/TestCase.java
@@ -44,7 +44,7 @@ public abstract class TestCase extends complexlib.ComplexTestCase implements com
/* ------------------------------------------------------------------ */
public void before() throws com.sun.star.uno.Exception, java.lang.Exception
{
- m_orb = (XMultiServiceFactory)param.getMSF();
+ m_orb = param.getMSF();
}
/* ------------------------------------------------------------------ */