#78948# removed export of graphics styles

This commit is contained in:
Christian Lippka
2000-09-25 14:19:28 +00:00
parent 773e9e158b
commit 3d97d89ba8

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: txtparae.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -1558,12 +1558,13 @@ void XMLTextParagraphExport::exportTextAutoStyles()
GetExport().GetMM100UnitConverter(), GetExport().GetMM100UnitConverter(),
GetExport().GetNamespaceMap() ); GetExport().GetNamespaceMap() );
/*
GetAutoStylePool().exportXML( XML_STYLE_FAMILY_SD_GRAPHICS_ID, GetAutoStylePool().exportXML( XML_STYLE_FAMILY_SD_GRAPHICS_ID,
*GetAutoFramePropMapper().get(), *GetAutoFramePropMapper().get(),
GetExport().GetDocHandler(), GetExport().GetDocHandler(),
GetExport().GetMM100UnitConverter(), GetExport().GetMM100UnitConverter(),
GetExport().GetNamespaceMap() ); GetExport().GetNamespaceMap() );
*/
pListAutoPool->exportXML(); pListAutoPool->exportXML();
} }