summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlstyle.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-08-07 10:42:20 +0000
committerRüdiger Timm <rt@openoffice.org>2003-08-07 10:42:20 +0000
commit223784f5974be580f9c480e5de28c5c4e3f01667 (patch)
tree8055448240c6936c9eff14f4bcab10d07917c2e5 /sc/source/filter/xml/xmlstyle.hxx
parentee4782d1eba2c8858668ac153816edca90e46df7 (diff)
#100000# '#if SUPD < 650' condition removed in order to make SRC680 identical to SRX645
Diffstat (limited to 'sc/source/filter/xml/xmlstyle.hxx')
-rw-r--r--sc/source/filter/xml/xmlstyle.hxx16
1 files changed, 4 insertions, 12 deletions
diff --git a/sc/source/filter/xml/xmlstyle.hxx b/sc/source/filter/xml/xmlstyle.hxx
index ddf3c7728ba0..e227b6fff8d9 100644
--- a/sc/source/filter/xml/xmlstyle.hxx
+++ b/sc/source/filter/xml/xmlstyle.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlstyle.hxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: sab $ $Date: 2002-04-05 06:43:44 $
+ * last change: $Author: rt $ $Date: 2003-08-07 11:42:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -226,29 +226,21 @@ class ScXMLAutoStylePoolP : public SvXMLAutoStylePoolP
ScXMLExport& rScXMLExport;
virtual void 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 SvXMLExportPropertyMapper& rPropExp,
+ const SvXMLUnitConverter& rUnitConverter,
const SvXMLNamespaceMap& rNamespaceMap
-#endif
) const;
virtual void exportStyleContent(
-#if SUPD < 650
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler > & rHandler,
-#endif
sal_Int32 nFamily,
const ::std::vector< XMLPropertyState >& rProperties,
const SvXMLExportPropertyMapper& rPropExp
-#if SUPD < 650
, const SvXMLUnitConverter& rUnitConverter,
const SvXMLNamespaceMap& rNamespaceMap
-#endif
) const;
public: