summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/PropertyHandlerFactroy.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/PropertyHandlerFactroy.java')
-rw-r--r--qadevOOo/runner/helper/PropertyHandlerFactroy.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/qadevOOo/runner/helper/PropertyHandlerFactroy.java b/qadevOOo/runner/helper/PropertyHandlerFactroy.java
index fe8595e9b8d9..74f16d86783c 100644
--- a/qadevOOo/runner/helper/PropertyHandlerFactroy.java
+++ b/qadevOOo/runner/helper/PropertyHandlerFactroy.java
@@ -22,10 +22,6 @@ import com.sun.star.lang.XSingleComponentFactory;
public class PropertyHandlerFactroy implements XSingleComponentFactory{
- /** Creates a new instance of PropertyHandlerFactroy */
- public PropertyHandlerFactroy() {
- }
-
public Object createInstanceWithArgumentsAndContext(Object[] obj, com.sun.star.uno.XComponentContext xComponentContext)
throws com.sun.star.uno.Exception {
return new PropertyHandlerImpl();