"The Property 'ForbiddenCharacters' isn't readOnly as specified");
}
//check if the property has the right type
Object pValue = oObj.getPropertyValue("ForbiddenCharacters");
XForbiddenCharacters fc = (XForbiddenCharacters) UnoRuntime.queryInterface(
XForbiddenCharacters.class,
pValue);
res &= (fc != null);
} catch (com.sun.star.beans.UnknownPropertyException e) {
log.println(