"' wasn't set to default");
XPropertySet xPropSet = (XPropertySet)
UnoRuntime.queryInterface(XPropertySet.class, oObj);
XPropertySetInfo xPropSetInfo =
xPropSet.getPropertySetInfo();
Property prop = xPropSetInfo.getPropertyByName(names[i]);
if ( (prop.Attributes &
PropertyAttribute.MAYBEDEFAULT) != 0 ) {
log.println(" ... and it has MAYBEDEFAULT "+
"attribute - FAILED");
} else {