diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-04-19 12:21:29 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-04-19 12:21:29 +0000 |
commit | eeeaba374a07de1551c7967b8e44909f5f1882e7 (patch) | |
tree | 4007b6712d046054eb034e888e646be20cd85942 /xmloff/source/forms | |
parent | dbce3df2138664b9ac0e8bc0e5e8b0b0e1baa179 (diff) |
#85097# add TextColor to the styles map, so it won't be exported as ordinary property
Diffstat (limited to 'xmloff/source/forms')
-rw-r--r-- | xmloff/source/forms/controlpropertymap.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/source/forms/controlpropertymap.cxx b/xmloff/source/forms/controlpropertymap.cxx index ac377f271c3b..dbcd28d604ce 100644 --- a/xmloff/source/forms/controlpropertymap.cxx +++ b/xmloff/source/forms/controlpropertymap.cxx @@ -2,9 +2,9 @@ * * $RCSfile: controlpropertymap.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: fs $ $Date: 2001-04-02 05:58:40 $ + * last change: $Author: fs $ $Date: 2001-04-19 13:21:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,6 +90,7 @@ namespace xmloff { PROPERTY_BACKGROUNDCOLOR, XML_NAMESPACE_FO, sXML_background_color, XML_TYPE_COLOR, 0 }, { PROPERTY_ALIGN, XML_NAMESPACE_STYLE, sXML_text_align, XML_TYPE_TEXT_ALIGN, 0 }, { PROPERTY_BORDER, XML_NAMESPACE_FO, sXML_border, XML_TYPE_CONTROL_BORDER, 0 }, + { "TextColor", XML_NAMESPACE_STYLE, sXML_color, XML_TYPE_COLOR, 0 }, { "FontCharWidth", XML_NAMESPACE_STYLE, sXML_font_char_width, XML_TYPE_NUMBER16, 0 }, { "FontCharset", XML_NAMESPACE_STYLE, sXML_font_charset, XML_TYPE_TEXT_FONTENCODING, 0 }, { "FontFamily", XML_NAMESPACE_STYLE, sXML_font_family_generic, XML_TYPE_TEXT_FONTFAMILY, 0 }, @@ -147,6 +148,9 @@ namespace xmloff /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.6 2001/04/02 05:58:40 fs + * added TextColor to the property map + * * Revision 1.5 2001/02/01 17:41:18 mh * chg: header * |