summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/PropertyHandlerImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/PropertyHandlerImpl.java')
-rw-r--r--qadevOOo/runner/helper/PropertyHandlerImpl.java7
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) {
- }
-
}