summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2000-12-01 17:48:57 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2000-12-01 17:48:57 +0000
commite6fe15be1d26c68a87107ff95c88db5e511deb02 (patch)
tree78ae00648ec0fe78fbdaac191d7f22320c244336 /sw/source/filter/xml
parentffa8dd05a98eb2ca84057e9bc8c7a0d11bc20fe3 (diff)
#79090# text:value-type is now "string" rather than "text" (for text cells)
Diffstat (limited to 'sw/source/filter/xml')
-rw-r--r--sw/source/filter/xml/xmltble.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmltble.cxx b/sw/source/filter/xml/xmltble.cxx
index 80449c673851..be40ba6d5eda 100644
--- a/sw/source/filter/xml/xmltble.cxx
+++ b/sw/source/filter/xml/xmltble.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmltble.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dvo $ $Date: 2000-11-28 17:06:40 $
+ * last change: $Author: dvo $ $Date: 2000-12-01 18:48:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -827,7 +827,7 @@ void SwXMLExport::ExportTableBox( const SwTableBox& rBox, sal_uInt16 nColSpan )
{
// text format
AddAttributeASCII( XML_NAMESPACE_TABLE,
- sXML_value_type, sXML_text );
+ sXML_value_type, sXML_string );
}
else if (-1 != nNumberFormat)
{