summaryrefslogtreecommitdiff
path: root/sw/source/core/swg/SwXMLBlockExport.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-13 08:04:43 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-13 08:04:43 +0000
commit3a90e5e80433d3b989046e41fe16808d21d9aa6d (patch)
treec3a08d055b3cf789dde33eb2aa5e3352d37a9c09 /sw/source/core/swg/SwXMLBlockExport.cxx
parent3cf7fabbb372cae02fe89029305e87447aca0f90 (diff)
INTEGRATION: CWS oasis (1.8.54); FILE MERGED
2004/06/22 14:04:19 mib 1.8.54.1: - #i20153#: auto text
Diffstat (limited to 'sw/source/core/swg/SwXMLBlockExport.cxx')
-rw-r--r--sw/source/core/swg/SwXMLBlockExport.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/source/core/swg/SwXMLBlockExport.cxx b/sw/source/core/swg/SwXMLBlockExport.cxx
index bd0a4ee4fb92..c293586a96d9 100644
--- a/sw/source/core/swg/SwXMLBlockExport.cxx
+++ b/sw/source/core/swg/SwXMLBlockExport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXMLBlockExport.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2004-05-03 13:13:42 $
+ * last change: $Author: rt $ $Date: 2004-07-13 09:04:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -140,6 +140,12 @@ SwXMLTextBlockExport::SwXMLTextBlockExport(
_GetNamespaceMap().Add( GetXMLToken ( XML_NP_BLOCK_LIST ),
GetXMLToken ( XML_N_BLOCK_LIST ),
XML_NAMESPACE_BLOCKLIST );
+ _GetNamespaceMap().Add( GetXMLToken ( XML_NP_OFFICE ),
+ GetXMLToken(XML_N_OFFICE_OOO),
+ XML_NAMESPACE_OFFICE );
+ _GetNamespaceMap().Add( GetXMLToken ( XML_NP_TEXT ),
+ GetXMLToken(XML_N_TEXT_OOO),
+ XML_NAMESPACE_TEXT );
}
sal_uInt32 SwXMLTextBlockExport::exportDoc(const String &rText)