From 6120cc262b120780236f87e91859dbc02494e7bb Mon Sep 17 00:00:00 2001 From: Michael Brauer Date: Fri, 29 Sep 2000 09:54:05 +0000 Subject: export graphics styles again --- sw/source/filter/xml/xmlfmte.cxx | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'sw/source/filter/xml/xmlfmte.cxx') diff --git a/sw/source/filter/xml/xmlfmte.cxx b/sw/source/filter/xml/xmlfmte.cxx index ebac28eab0ff..d39946e53c8f 100644 --- a/sw/source/filter/xml/xmlfmte.cxx +++ b/sw/source/filter/xml/xmlfmte.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlfmte.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:15:00 $ + * last change: $Author: mib $ $Date: 2000-09-29 10:54:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -588,6 +588,15 @@ void SwXMLTextParagraphExport::exportStyleContent( } } +void SwXMLTextParagraphExport::exportTextAutoStyles() +{ + XMLTextParagraphExport::exportTextAutoStyles(); + GetAutoStylePool().exportXML( XML_STYLE_FAMILY_SD_GRAPHICS_ID, + *GetAutoFramePropMapper().get(), + GetExport().GetDocHandler(), + GetExport().GetMM100UnitConverter(), + GetExport().GetNamespaceMap() ); +} #endif void SwXMLExport::_ExportStyles( sal_Bool bUsed ) @@ -992,11 +1001,14 @@ SvXMLAutoStylePoolP* SwXMLExport::CreateAutoStylePool() Source Code Control System - Header - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/xml/xmlfmte.cxx,v 1.1.1.1 2000-09-18 17:15:00 hr Exp $ + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/xml/xmlfmte.cxx,v 1.2 2000-09-29 10:54:05 mib Exp $ Source Code Control System - Update $Log: not supported by cvs2svn $ + Revision 1.1.1.1 2000/09/18 17:15:00 hr + initial import + Revision 1.23 2000/09/18 16:05:06 willem.vandorp OpenOffice header added. -- cgit v1.2.3