summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/Helper.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/Helper.java')
-rw-r--r--wizards/com/sun/star/wizards/common/Helper.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/common/Helper.java b/wizards/com/sun/star/wizards/common/Helper.java
index ddde8f07f277..946548ec1032 100644
--- a/wizards/com/sun/star/wizards/common/Helper.java
+++ b/wizards/com/sun/star/wizards/common/Helper.java
@@ -36,8 +36,10 @@ import java.util.Calendar;
import com.sun.star.beans.Property;
import com.sun.star.beans.PropertyValue;
import com.sun.star.beans.XPropertySet;
+// import com.sun.star.i18n.NumberFormatIndex;
import com.sun.star.lang.Locale;
import com.sun.star.lang.XMultiServiceFactory;
+// import com.sun.star.uno.Any;
import com.sun.star.uno.AnyConverter;
import com.sun.star.uno.RuntimeException;
import com.sun.star.uno.UnoRuntime;
@@ -204,7 +206,7 @@ public class Helper
if (oUnoObject != null)
{
XPropertySet xPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oUnoObject);
- Property[] aProps = xPSet.getPropertySetInfo().getProperties();
+ // Property[] aProps = xPSet.getPropertySetInfo().getProperties();
Object oObject = xPSet.getPropertyValue(PropertyName);
return oObject;
}