newVal[0][1].Name = "TokenType";
newVal[0][1].Value = "TokenEntryText";
newVal[0][0].Name = "Text";
newVal[0][0].Value = "BaseIndex";
indProp.replaceByIndex(0, newVal);
} catch (com.sun.star.lang.WrappedTargetException e) {
log.println("Exception occured while testing LevelFormat");
e.printStackTrace(log);
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
log.println("Exception occured while testing LevelFormat");