diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/qa/integration/extensions/MethodHandler.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/qa/integration/extensions/MethodHandler.java b/extensions/qa/integration/extensions/MethodHandler.java index 56eda09b2912..c362016f9538 100644 --- a/extensions/qa/integration/extensions/MethodHandler.java +++ b/extensions/qa/integration/extensions/MethodHandler.java @@ -50,10 +50,7 @@ public class MethodHandler implements XPropertyHandler } } - static public XSingleComponentFactory getFactory() - { - return new ComponentFactory( MethodHandler.class ); - } + public void actuatingPropertyChanged(String _propertyName, Object _newValue, Object _oldValue, com.sun.star.inspection.XObjectInspectorUI _objectInspectorUI, boolean _firstTimeInit) throws com.sun.star.lang.NullPointerException { |