summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshap2.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-12-11 11:22:30 +0000
committerKurt Zenker <kz@openoffice.org>2003-12-11 11:22:30 +0000
commit60f2e10a138c742a10dec5f07153e268fe3afe21 (patch)
treeaad56c52a221878ef5630cebd891e7443348e39e /svx/source/unodraw/unoshap2.cxx
parent8214e954717fd4f7c2c9d48dea8008a67be30047 (diff)
INTEGRATION: CWS frmcontrols01 (1.41.110); FILE MERGED
2003/10/29 07:13:36 fs 1.41.110.1: #i21605# +ControlForeground
Diffstat (limited to 'svx/source/unodraw/unoshap2.cxx')
-rw-r--r--svx/source/unodraw/unoshap2.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx
index 9d63957b53..51f8ea92fb 100644
--- a/svx/source/unodraw/unoshap2.cxx
+++ b/svx/source/unodraw/unoshap2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoshap2.cxx,v $
*
- * $Revision: 1.41 $
+ * $Revision: 1.42 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 13:56:54 $
+ * last change: $Author: kz $ $Date: 2003-12-11 12:22:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -747,6 +747,7 @@ SvxShapeControlPropertyMapping[] =
{ MAP_CHAR_LEN("CharUnderlineColor"), MAP_CHAR_LEN("TextLineColor") },
{ MAP_CHAR_LEN(UNO_NAME_EDIT_PARA_ADJUST), MAP_CHAR_LEN("Align") },
{ MAP_CHAR_LEN("ControlBackground"), MAP_CHAR_LEN("BackgroundColor") },
+ { MAP_CHAR_LEN("ControlForeground"), MAP_CHAR_LEN("SymbolColor") },
{ MAP_CHAR_LEN("ControlBorder"), MAP_CHAR_LEN("Border") },
{ MAP_CHAR_LEN("ControlTextEmphasis"), MAP_CHAR_LEN("FontEmphasisMark") },
{ NULL,0, NULL, 0 }