summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2000-11-28 16:06:40 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2000-11-28 16:06:40 +0000
commitf94f90425a5d6097e7b1ceb2fe2ca790f821b96f (patch)
tree2ad7933c0df80abc3bf26a49eefd1c70b0044eee
parent22dd04735cdb666900cf1b6ad8b9aa9981ab8b03 (diff)
#79090# now use table: namespace
-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 141796ee5cc1..80449c673851 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mib $ $Date: 2000-11-21 14:38:35 $
+ * last change: $Author: dvo $ $Date: 2000-11-28 17:06:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -826,7 +826,7 @@ void SwXMLExport::ExportTableBox( const SwTableBox& rBox, sal_uInt16 nColSpan )
if (NUMBERFORMAT_TEXT == nNumberFormat)
{
// text format
- AddAttributeASCII( XML_NAMESPACE_TEXT,
+ AddAttributeASCII( XML_NAMESPACE_TABLE,
sXML_value_type, sXML_text );
}
else if (-1 != nNumberFormat)