diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-12 15:27:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-14 13:44:39 +0200 |
commit | b9d63d49be66ed1bfc4a76924f1c52ec3630adc8 (patch) | |
tree | 3c1f0cb02452d23bed03cbbc908e580b285da55a /extensions | |
parent | 8353667d35bc511378c9b14261b6bb11b7bd56aa (diff) |
remove some unused Java code
found by UCDetector
Change-Id: Ic0295a24b26e206eb53eda2da540755477df86df
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/qa/integration/extensions/MethodHandler.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/qa/integration/extensions/MethodHandler.java b/extensions/qa/integration/extensions/MethodHandler.java index c362fae60609..05fe1a798ac5 100644 --- a/extensions/qa/integration/extensions/MethodHandler.java +++ b/extensions/qa/integration/extensions/MethodHandler.java @@ -55,12 +55,12 @@ public class MethodHandler implements XPropertyHandler public void addEventListener(com.sun.star.lang.XEventListener _eventListener) { - // ingnoring this + // ignoring this } public void addPropertyChangeListener(com.sun.star.beans.XPropertyChangeListener _propertyChangeListener) throws com.sun.star.lang.NullPointerException { - // ingnoring this + // ignoring this } public Object convertToControlValue(String _propertyName, Object _propertyValue, com.sun.star.uno.Type type) throws com.sun.star.beans.UnknownPropertyException |