diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-08 14:53:00 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-11 12:33:02 +0200 |
commit | 41709cc2688738f091a4b17839fe853caa5a0bfd (patch) | |
tree | 2e12ca2d594ce6767146c25862869ab7e9d2bc14 /qadevOOo/runner/helper/PropertyHandlerImpl.java | |
parent | 2b9ad46b23fdb39cd456cdc543cce346c6f325c3 (diff) |
java: remove unused parameters
Change-Id: I47c618117e079bb2ef90d92c449c8166ea957fa5
Diffstat (limited to 'qadevOOo/runner/helper/PropertyHandlerImpl.java')
-rw-r--r-- | qadevOOo/runner/helper/PropertyHandlerImpl.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qadevOOo/runner/helper/PropertyHandlerImpl.java b/qadevOOo/runner/helper/PropertyHandlerImpl.java index 873edc4782ed..7fd2fb011e36 100644 --- a/qadevOOo/runner/helper/PropertyHandlerImpl.java +++ b/qadevOOo/runner/helper/PropertyHandlerImpl.java @@ -18,7 +18,6 @@ package helper; import com.sun.star.inspection.LineDescriptor; -import com.sun.star.inspection.XPropertyControlFactory; import com.sun.star.inspection.XPropertyHandler; /** @@ -236,10 +235,4 @@ public class PropertyHandlerImpl implements XPropertyHandler{ return false; } - /** - * This method currently does nothing - */ - public void describePropertyLine(String string, LineDescriptor[] lineDescriptor, XPropertyControlFactory xPropertyControlFactory) { - } - } |