summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLAutoStylePoolP.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/chart/SchXMLAutoStylePoolP.cxx
parentb2056f5c4c1aeb0186933f0de45c870062a3309f (diff)
#100000# '#if SUPD' conditions removed in preparation of SRC680.
Diffstat (limited to 'xmloff/source/chart/SchXMLAutoStylePoolP.cxx')
-rw-r--r--xmloff/source/chart/SchXMLAutoStylePoolP.cxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/xmloff/source/chart/SchXMLAutoStylePoolP.cxx b/xmloff/source/chart/SchXMLAutoStylePoolP.cxx
index 87f6d5502e66..3da4cd43b461 100644
--- a/xmloff/source/chart/SchXMLAutoStylePoolP.cxx
+++ b/xmloff/source/chart/SchXMLAutoStylePoolP.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SchXMLAutoStylePoolP.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: bm $ $Date: 2002-01-08 17:13:55 $
+ * last change: $Author: rt $ $Date: 2003-08-07 12:30:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,26 +89,17 @@ SchXMLAutoStylePoolP::~SchXMLAutoStylePoolP()
{}
void SchXMLAutoStylePoolP::exportStyleAttributes(
-#if SUPD < 650
SvXMLAttributeList& rAttrList,
-#endif
sal_Int32 nFamily,
const ::std::vector< XMLPropertyState >& rProperties,
const SvXMLExportPropertyMapper& rPropExp
-#if SUPD < 650
, const SvXMLUnitConverter& rUnitConverter,
const SvXMLNamespaceMap& rNamespaceMap
-#endif
) const
{
const rtl::OUString sCDATA( GetXMLToken( XML_CDATA ));
-#if SUPD < 650
SvXMLAutoStylePoolP::exportStyleAttributes( rAttrList, nFamily, rProperties,
rPropExp, rUnitConverter, rNamespaceMap );
-#else
- SvXMLAutoStylePoolP::exportStyleAttributes( nFamily,
- rProperties, rPropExp );
-#endif
if( nFamily == XML_STYLE_FAMILY_SCH_CHART_ID )
{