summaryrefslogtreecommitdiff
path: root/svx/source/xml/xmlxtexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/xml/xmlxtexp.cxx')
-rw-r--r--svx/source/xml/xmlxtexp.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/svx/source/xml/xmlxtexp.cxx b/svx/source/xml/xmlxtexp.cxx
index ebb8c1aa7c96..c88c05bc029c 100644
--- a/svx/source/xml/xmlxtexp.cxx
+++ b/svx/source/xml/xmlxtexp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlxtexp.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: thb $ $Date: 2002-09-17 11:49:31 $
+ * last change: $Author: hr $ $Date: 2003-03-27 15:05:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -370,13 +370,11 @@ sal_Bool SvxXMLXTableExportComponent::exportTable() throw()
{
GetDocHandler()->startDocument();
- const OUString sCDATA( RTL_CONSTASCII_USTRINGPARAM( sXML_CDATA ) );
-
// export namespaces
sal_uInt16 nPos = GetNamespaceMap().GetFirstKey();
while( USHRT_MAX != nPos )
{
- GetAttrList().AddAttribute( GetNamespaceMap().GetAttrNameByKey( nPos ), sCDATA, GetNamespaceMap().GetNameByKey( nPos ) );
+ GetAttrList().AddAttribute( GetNamespaceMap().GetAttrNameByKey( nPos ), GetNamespaceMap().GetNameByKey( nPos ) );
nPos = GetNamespaceMap().GetNextKey( nPos );
}