summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLPageExport.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/style/XMLPageExport.cxx
parentb2056f5c4c1aeb0186933f0de45c870062a3309f (diff)
#100000# '#if SUPD' conditions removed in preparation of SRC680.
Diffstat (limited to 'xmloff/source/style/XMLPageExport.cxx')
-rw-r--r--xmloff/source/style/XMLPageExport.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/source/style/XMLPageExport.cxx b/xmloff/source/style/XMLPageExport.cxx
index 1d63686c0ce3..37d20095bd05 100644
--- a/xmloff/source/style/XMLPageExport.cxx
+++ b/xmloff/source/style/XMLPageExport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLPageExport.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: dvo $ $Date: 2001-10-25 20:57:03 $
+ * last change: $Author: rt $ $Date: 2003-08-07 12:30:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -293,9 +293,7 @@ void XMLPageExport::exportStyles( sal_Bool bUsed, sal_Bool bAutoStyles )
void XMLPageExport::exportAutoStyles()
{
rExport.GetAutoStylePool()->exportXML(XML_STYLE_FAMILY_PAGE_MASTER
-#if SUPD < 650
, rExport.GetDocHandler(), rExport.GetMM100UnitConverter(),
rExport.GetNamespaceMap()
-#endif
);
}