summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-09-25 14:19:28 +0000
committerChristian Lippka <cl@openoffice.org>2000-09-25 14:19:28 +0000
commit3d97d89ba81f85b581240eb8e8daaaecbd14c5a2 (patch)
tree90d00478028d804ecad42f9333b95a22438dd6fa /xmloff
parent773e9e158bbda0bd4cdb3a196a0dbaa29384c3e1 (diff)
#78948# removed export of graphics styles
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtparae.cxx7
1 files 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();
}