summaryrefslogtreecommitdiff
path: root/bean/qa
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-20 16:17:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-08-20 16:34:39 +0100
commitf72ff01dd3af4dab11b6e8b9a2910553e802e2fe (patch)
tree4106d368cf2e1fa2e8d9a99c9ca972df82a74695 /bean/qa
parentfa4966a15c02c435534662b51f45cac51728640d (diff)
Remove dead java code, fields and local variables
Change-Id: If777dcb0e0142229df737c2f1e3e6ecb61f64168
Diffstat (limited to 'bean/qa')
-rw-r--r--bean/qa/complex/bean/OOoBeanTest.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/bean/qa/complex/bean/OOoBeanTest.java b/bean/qa/complex/bean/OOoBeanTest.java
index 5ef755cf33a0..a64499363877 100644
--- a/bean/qa/complex/bean/OOoBeanTest.java
+++ b/bean/qa/complex/bean/OOoBeanTest.java
@@ -688,19 +688,11 @@ public class OOoBeanTest
}
public Dimension getPreferredSize()
{
- Container c = getParent();
return new Dimension(200, 200);
}
}
-
-
- private XMultiServiceFactory getMSF()
- {
- return(UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentContext().getServiceManager()));
- }
-
// setup and close connections
@BeforeClass public static void setUpConnection() throws Exception {
System.out.println("setUpConnection()");