*/
public void _createPossibleHyphens() {
boolean res = true;
PropertyValue[] Props = null;
try {
XPossibleHyphens result = oObj.createPossibleHyphens(
"wacker",new Locale("de","DE",""),Props);
res &= (result != null);
} catch (com.sun.star.lang.IllegalArgumentException ex) {
log.println("Exception while checking 'createPossibleHyphens'");
res = false;