diff options
author | obo <obo@openoffice.org> | 2011-03-16 09:28:51 +0100 |
---|---|---|
committer | obo <obo@openoffice.org> | 2011-03-16 09:28:51 +0100 |
commit | b491f91e8d6cebe3ade4f805152100489eb91754 (patch) | |
tree | 2044126a9afc2cbf0680777189b4bd7166ad473a /chart2/source/view/main | |
parent | 9f608513ff7f842116a3a16242142c5e46d91840 (diff) | |
parent | fd37636ef1253a46ee1834bdb9588a99fbc96b86 (diff) |
CWS-TOOLING: integrate CWS chart51
Diffstat (limited to 'chart2/source/view/main')
-rw-r--r-- | chart2/source/view/main/PropertyMapper.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/source/view/main/PropertyMapper.cxx b/chart2/source/view/main/PropertyMapper.cxx index 99b7c0bd2ae0..18b5f2717afd 100644 --- a/chart2/source/view/main/PropertyMapper.cxx +++ b/chart2/source/view/main/PropertyMapper.cxx @@ -242,6 +242,9 @@ const tMakePropertyNameMap& PropertyMapper::getPropertyNameMapForCharacterProper ( C2U( "CharUnderline" ), C2U("CharUnderline") ) ( C2U( "CharUnderlineColor" ), C2U("CharUnderlineColor") ) ( C2U( "CharUnderlineHasColor" ), C2U("CharUnderlineHasColor") ) + ( C2U( "CharOverline" ), C2U("CharOverline") ) + ( C2U( "CharOverlineColor" ), C2U("CharOverlineColor") ) + ( C2U( "CharOverlineHasColor" ), C2U("CharOverlineHasColor") ) ( C2U( "CharWeight" ), C2U("CharWeight") ) ( C2U( "CharWeightAsian" ), C2U("CharWeightAsian") ) ( C2U( "CharWeightComplex" ), C2U("CharWeightComplex") ) |