From 3d97d89ba81f85b581240eb8e8daaaecbd14c5a2 Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Mon, 25 Sep 2000 14:19:28 +0000 Subject: [PATCH] #78948# removed export of graphics styles --- xmloff/source/text/txtparae.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 776391d9fc3e..1b2b64b205ec 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtparae.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mib $ $Date: 2000-09-25 06:57:28 $ + * last change: $Author: cl $ $Date: 2000-09-25 15:19:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1558,12 +1558,13 @@ void XMLTextParagraphExport::exportTextAutoStyles() GetExport().GetMM100UnitConverter(), GetExport().GetNamespaceMap() ); +/* GetAutoStylePool().exportXML( XML_STYLE_FAMILY_SD_GRAPHICS_ID, *GetAutoFramePropMapper().get(), GetExport().GetDocHandler(), GetExport().GetMM100UnitConverter(), GetExport().GetNamespaceMap() ); - +*/ pListAutoPool->exportXML(); }