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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/qa/integration/forms/TestCase.java b/forms/qa/integration/forms/TestCase.java
index a4ab28e48cb3..e3cf9d813237 100644
--- a/forms/qa/integration/forms/TestCase.java
+++ b/forms/qa/integration/forms/TestCase.java
@@ -42,13 +42,13 @@ public abstract class TestCase extends complexlib.ComplexTestCase implements com
}
/* ------------------------------------------------------------------ */
- public void before() throws com.sun.star.uno.Exception, java.lang.Exception
+ public void before() throws java.lang.Exception
{
m_orb = param.getMSF();
}
/* ------------------------------------------------------------------ */
- public void after() throws com.sun.star.uno.Exception, java.lang.Exception
+ public void after() throws java.lang.Exception
{
}