summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparae.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-08-07 11:30:06 +0000
committerRüdiger Timm <rt@openoffice.org>2003-08-07 11:30:06 +0000
commit993a713b56700d6c5205604bc81dbae2093c016d (patch)
tree51b7e72fd9daaa829d80e1c632afe4865a1cde44 /xmloff/source/text/txtparae.cxx
parentb2056f5c4c1aeb0186933f0de45c870062a3309f (diff)
#100000# '#if SUPD' conditions removed in preparation of SRC680.
Diffstat (limited to 'xmloff/source/text/txtparae.cxx')
-rw-r--r--xmloff/source/text/txtparae.cxx14
1 files changed, 2 insertions, 12 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index f77bb0be37d9..cdd642dc913b 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtparae.cxx,v $
*
- * $Revision: 1.107 $
+ * $Revision: 1.108 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 18:20:45 $
+ * last change: $Author: rt $ $Date: 2003-08-07 12:30:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1054,12 +1054,10 @@ SvXMLExportPropertyMapper *XMLTextParagraphExport::CreateParaExtPropMapper(
return new XMLTextExportPropertySetMapper( pPropMapper, rExport );
}
-#if SUPD < 650
void XMLTextParagraphExport::collectFrames()
{
collectFrames( sal_False );
}
-#endif
void XMLTextParagraphExport::collectFrames( sal_Bool bBoundToFrameOnly )
{
@@ -3005,7 +3003,6 @@ void XMLTextParagraphExport::recordTrackedChangesNoXText()
void XMLTextParagraphExport::exportTextAutoStyles()
{
-#if SUPD < 650
GetAutoStylePool().exportXML( XML_STYLE_FAMILY_TEXT_PARAGRAPH,
GetExport().GetDocHandler(),
GetExport().GetMM100UnitConverter(),
@@ -3030,13 +3027,6 @@ void XMLTextParagraphExport::exportTextAutoStyles()
GetExport().GetDocHandler(),
GetExport().GetMM100UnitConverter(),
GetExport().GetNamespaceMap() );
-#else
- GetAutoStylePool().exportXML( XML_STYLE_FAMILY_TEXT_PARAGRAPH );
- GetAutoStylePool().exportXML( XML_STYLE_FAMILY_TEXT_TEXT );
- GetAutoStylePool().exportXML( XML_STYLE_FAMILY_TEXT_FRAME );
- GetAutoStylePool().exportXML( XML_STYLE_FAMILY_TEXT_SECTION );
- GetAutoStylePool().exportXML( XML_STYLE_FAMILY_TEXT_RUBY );
-#endif
pListAutoPool->exportXML();
}