summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authormatteocam <matteo.campanelli@gmail.com>2015-07-29 09:06:41 +0200
committermatteocam <matteo.campanelli@gmail.com>2015-07-31 12:18:28 +0200
commitc411f534cdb4b3bab2d3b3b2cc962840e2680d38 (patch)
treefc35fcface099d15ba9c61057e59ed8a4df6039f /svx/source
parent7e4096b1a2380ec15f777eba8ef3e47440960adb (diff)
Add chaining constant in unoshap
Change-Id: I4a7d69636df9d5b80420da8fa5bd9bea8cf1d3f0
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/unodraw/unoshap2.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx
index 30ff3f4aefeb..7235afeeac68 100644
--- a/svx/source/unodraw/unoshap2.cxx
+++ b/svx/source/unodraw/unoshap2.cxx
@@ -670,6 +670,7 @@ SvxShapeControlPropertyMapping[] =
{ RTL_CONSTASCII_STRINGPARAM(UNO_NAME_EDIT_CHAR_COLOR), RTL_CONSTASCII_STRINGPARAM("TextColor") },
{ RTL_CONSTASCII_STRINGPARAM("CharBackColor"), RTL_CONSTASCII_STRINGPARAM("CharBackColor") },
{ RTL_CONSTASCII_STRINGPARAM("CharBackTransparent"), RTL_CONSTASCII_STRINGPARAM("CharBackTransparent") },
+ { RTL_CONSTASCII_STRINGPARAM(UNO_NAME_TEXT_CHAINNEXTNAME), RTL_CONSTASCII_STRINGPARAM(UNO_NAME_TEXT_CHAINNEXTNAME) },
{ RTL_CONSTASCII_STRINGPARAM("CharRelief"), RTL_CONSTASCII_STRINGPARAM("FontRelief") },
{ RTL_CONSTASCII_STRINGPARAM("CharUnderlineColor"), RTL_CONSTASCII_STRINGPARAM("TextLineColor") },
{ RTL_CONSTASCII_STRINGPARAM(UNO_NAME_EDIT_PARA_ADJUST), RTL_CONSTASCII_STRINGPARAM("Align") },