diff options
Diffstat (limited to 'bean/qa')
-rw-r--r-- | bean/qa/complex/bean/OOoBeanTest.java | 8 |
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()"); |