summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/event/MethodInvocation.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/event/MethodInvocation.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/event/MethodInvocation.java9
1 files changed, 1 insertions, 8 deletions
diff --git a/wizards/com/sun/star/wizards/ui/event/MethodInvocation.java b/wizards/com/sun/star/wizards/ui/event/MethodInvocation.java
index b7e8209ea8a3..ab9e78f7b9e5 100644
--- a/wizards/com/sun/star/wizards/ui/event/MethodInvocation.java
+++ b/wizards/com/sun/star/wizards/ui/event/MethodInvocation.java
@@ -77,12 +77,5 @@ public class MethodInvocation
}
}
- /**
- * This method is a convenience method.
- * It is the same as calling invoke(null);
- */
- public Object invoke() throws IllegalAccessException, InvocationTargetException
- {
- return invoke(null);
- }
+
}