summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltext.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-10-18 10:23:55 +0000
committerMichael Brauer <mib@openoffice.org>2000-10-18 10:23:55 +0000
commit0adb26902e341b44d02e92e2095c38beff76673b (patch)
tree018cef0186b99852f7928ea771e4c239dc0d5301 /sw/source/filter/xml/xmltext.cxx
parent3e6f28a2290080e8e8d2c292edf52fe33318dece (diff)
master page import and export continued
Diffstat (limited to 'sw/source/filter/xml/xmltext.cxx')
-rw-r--r--sw/source/filter/xml/xmltext.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/filter/xml/xmltext.cxx b/sw/source/filter/xml/xmltext.cxx
index bbc3171c062b..5dce75c62c77 100644
--- a/sw/source/filter/xml/xmltext.cxx
+++ b/sw/source/filter/xml/xmltext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmltext.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mib $ $Date: 2000-09-27 06:15:11 $
+ * last change: $Author: mib $ $Date: 2000-10-18 11:20:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -930,9 +930,6 @@ const SvXMLTokenMap& SwXMLImport::GetBodyElemTokenMap()
SvXMLImportContext *SwXMLImport::CreateBodyContext(
const OUString& rLocalName )
{
- // styles nun einfuegen!
- InsertStyles();
-
SvXMLImportContext *pContext = 0;
if( !IsStylesOnlyMode() )
@@ -1500,11 +1497,14 @@ void SwXMLExport::ExportSection( const SwSectionNode& rSectNd )
Source Code Control System - Header
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/xml/xmltext.cxx,v 1.2 2000-09-27 06:15:11 mib Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/xml/xmltext.cxx,v 1.3 2000-10-18 11:20:44 mib Exp $
Source Code Control System - Update
$Log: not supported by cvs2svn $
+ Revision 1.2 2000/09/27 06:15:11 mib
+ Setting outline styles at end of body
+
Revision 1.1.1.1 2000/09/18 17:15:00 hr
initial import