summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/PropertySetHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/PropertySetHelper.java')
-rw-r--r--wizards/com/sun/star/wizards/common/PropertySetHelper.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/common/PropertySetHelper.java b/wizards/com/sun/star/wizards/common/PropertySetHelper.java
index e0c5a119cb1b..8cf933d3bea2 100644
--- a/wizards/com/sun/star/wizards/common/PropertySetHelper.java
+++ b/wizards/com/sun/star/wizards/common/PropertySetHelper.java
@@ -24,7 +24,6 @@ import com.sun.star.beans.XPropertySetInfo;
import com.sun.star.uno.AnyConverter;
import com.sun.star.lang.XServiceInfo;
-// import com.sun.star.container.XNameAccess;
import java.util.HashMap;
public class PropertySetHelper
@@ -101,7 +100,6 @@ public class PropertySetHelper
}
else
{
- // DebugHelper.writeInfo("PropertySetHelper.setProperty() can't get XPropertySet");
getHashMap().put(_sName, _aValue);
}
}