summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ui/_XUIElementFactoryRegistration.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ui/_XUIElementFactoryRegistration.java')
-rw-r--r--qadevOOo/tests/java/ifc/ui/_XUIElementFactoryRegistration.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/_XUIElementFactoryRegistration.java b/qadevOOo/tests/java/ifc/ui/_XUIElementFactoryRegistration.java
index 6d6a94ad8236..e2540e49dd4f 100644
--- a/qadevOOo/tests/java/ifc/ui/_XUIElementFactoryRegistration.java
+++ b/qadevOOo/tests/java/ifc/ui/_XUIElementFactoryRegistration.java
@@ -61,12 +61,10 @@ public class _XUIElementFactoryRegistration extends MultiMethodTest {
public void _deregisterFactory() {
executeMethod("getRegisteredFactory()");
executeMethod("getFactory()");
- boolean result = true;
try {
oObj.deregisterFactory("private:resource/menubar/menubar", "MyOwnMenubar", "");
}
catch(com.sun.star.container.NoSuchElementException e) {
- result = false;
e.printStackTrace(log);
}
tRes.tested("deregisterFactory()", true);