summaryrefslogtreecommitdiffstats
path: root/include/editeng/unotext.hxx
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@collabora.com>2014-02-04 17:41:22 +0530
committerMuthu Subramanian <sumuthu@collabora.com>2014-02-04 17:41:22 +0530
commitf8dd856e99a9aab2d22b0436b5876d3426be4c7d (patch)
tree8495916c719fcd5daa17bf038cb6d7f1e5bf8b31 /include/editeng/unotext.hxx
parentfdo#70376: Put only document (file) name in window title on OS X (diff)
downloadcore-f8dd856e99a9aab2d22b0436b5876d3426be4c7d.tar.gz
core-f8dd856e99a9aab2d22b0436b5876d3426be4c7d.zip
cp#1000025: Import casemaps from pptx.
(Ported from: 887bc4dd3e62fe6dd19dc9d1c3ba273a5b21b5ec) Change-Id: Ia6edae11f491f3b7432052efeca71916c7c999d4
Diffstat (limited to 'include/editeng/unotext.hxx')
-rw-r--r--include/editeng/unotext.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/editeng/unotext.hxx b/include/editeng/unotext.hxx
index 394079ca573d..452104e32d09 100644
--- a/include/editeng/unotext.hxx
+++ b/include/editeng/unotext.hxx
@@ -106,6 +106,7 @@ class SvxItemPropertySet;
{ MAP_CHAR_LEN("CharOverlineColor"), EE_CHAR_OVERLINE, &::getCppuType((const sal_Int32*)0), 0, MID_TL_COLOR }, \
{ MAP_CHAR_LEN("CharOverlineHasColor"), EE_CHAR_OVERLINE, &::getBooleanCppuType(), 0, MID_TL_HASCOLOR } , \
{ MAP_CHAR_LEN(UNO_NAME_EDIT_CHAR_CROSSEDOUT), EE_CHAR_STRIKEOUT, &::getBooleanCppuType(), 0, MID_CROSSED_OUT }, \
+ { MAP_CHAR_LEN(UNO_NAME_EDIT_CHAR_CASEMAP), EE_CHAR_CASEMAP, &::getCppuType((const sal_Int16*)0), 0, 0 }, \
{ MAP_CHAR_LEN(UNO_NAME_EDIT_CHAR_STRIKEOUT), EE_CHAR_STRIKEOUT, &::getCppuType((const sal_Int16*)0), 0, MID_CROSS_OUT}, \
{ MAP_CHAR_LEN(UNO_NAME_EDIT_CHAR_SHADOWED), EE_CHAR_SHADOW, &::getBooleanCppuType(), 0, 0 }, \
{ MAP_CHAR_LEN("CharContoured"), EE_CHAR_OUTLINE, &::getBooleanCppuType(), 0, 0 }, \