summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-01-18 12:51:30 +0000
committerFrank Schönheit <fs@openoffice.org>2001-01-18 12:51:30 +0000
commit31a3eb6fc33974046b5db83bf35e846d7a3a5ab0 (patch)
tree9f6885bdec0f6a2f86f788cd373b197f40601cdb /xmloff
parentfc6d7781bb84b369bbd3140e1a4508df850f6b9c (diff)
the background-color is part of the fo (not style) namespace
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/forms/controlpropertymap.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/xmloff/source/forms/controlpropertymap.cxx b/xmloff/source/forms/controlpropertymap.cxx
index cb006f984d34..34f25f7ce858 100644
--- a/xmloff/source/forms/controlpropertymap.cxx
+++ b/xmloff/source/forms/controlpropertymap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: controlpropertymap.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2000-12-19 12:13:57 $
+ * last change: $Author: fs $ $Date: 2001-01-18 13:51:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,7 @@ namespace xmloff
XMLPropertyMapEntry aControlStyleProperties[] =
{
- { PROPERTY_BACKGROUNDCOLOR, XML_NAMESPACE_STYLE, sXML_background_color, XML_TYPE_COLOR, 0 },
+ { 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 },
{ "FontCharWidth", XML_NAMESPACE_STYLE, sXML_font_char_width, XML_TYPE_NUMBER16, 0 },
@@ -146,6 +146,9 @@ namespace xmloff
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.3 2000/12/19 12:13:57 fs
+ * some changes ... now the exported styles are XSL conform
+ *
* Revision 1.1 2000/12/18 15:15:32 fs
* initial checkin - property maps
*