summaryrefslogtreecommitdiff
path: root/dbaccess/qa/complex/dbaccess/Beamer.java
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/qa/complex/dbaccess/Beamer.java')
-rw-r--r--dbaccess/qa/complex/dbaccess/Beamer.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/dbaccess/qa/complex/dbaccess/Beamer.java b/dbaccess/qa/complex/dbaccess/Beamer.java
index 5c9af57354e8..f7e0a66b6e1d 100644
--- a/dbaccess/qa/complex/dbaccess/Beamer.java
+++ b/dbaccess/qa/complex/dbaccess/Beamer.java
@@ -36,9 +36,6 @@ import com.sun.star.uno.UnoRuntime;
import com.sun.star.util.URL;
import com.sun.star.util.XURLTransformer;
import com.sun.star.view.XSelectionSupplier;
-import java.io.IOException;
-
-
// ---------- junit imports -----------------
import org.junit.After;
import org.junit.Before;
@@ -81,7 +78,7 @@ public class Beamer extends TestCase
@Test
- public void testBeamer() throws Exception, IOException, java.lang.Exception
+ public void testBeamer() throws Exception, java.lang.Exception
{
final XController controller = docModel.getCurrentController();
final XFrame frame = controller.getFrame();