// use default
propertyKeysToCopy = CharacterProperties
.getDefaultPropertyKeys();
}
if (propertyKeysToCopy != null) {
ICharacterProperties newProperties = tableCell
.getCharacterProperties();
((IPropertyStore) firstCellCharacterPropertyStore)
.getProperties().copyTo(propertyKeysToCopy,
newProperties);
}