diff options
author | Thomas Lange <tl@openoffice.org> | 2009-07-13 11:08:01 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2009-07-13 11:08:01 +0000 |
commit | 083a898565f723b3dd91a8caf27ea8d02b52fb06 (patch) | |
tree | b5e8052172ba7e847b5f2a78e2129fe3794231b6 /starmath/sdi | |
parent | b5bdc62436c28c67c130d154a66f3d4cb2772516 (diff) |
#i1601# sentence case transliteration
Diffstat (limited to 'starmath/sdi')
-rw-r--r-- | starmath/sdi/svxitems.sdi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/sdi/svxitems.sdi b/starmath/sdi/svxitems.sdi index ddbf0f2fc185..e0d6d7f6e4b8 100644 --- a/starmath/sdi/svxitems.sdi +++ b/starmath/sdi/svxitems.sdi @@ -48,6 +48,7 @@ enum SvxCaseMap SVX_CASEMAP_VERSALIEN, SVX_CASEMAP_GEMEINE, SVX_CASEMAP_TITEL, + SVX_CASEMAP_SENTENCE, SVX_CASEMAP_KAPITAELCHEN, SVX_CASEMAP_END }; |