summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlstyle.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-10-25 20:06:54 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-10-25 20:06:54 +0000
commit791729ed6615de80cfa08bf92450d85c4e549580 (patch)
tree54814c2d98fe0545b022286364c4a7645b92b7dd /sc/source/filter/xml/xmlstyle.hxx
parentbef0dc2ac57d7510e904fba3f2880b27c01b5362 (diff)
#93467# remove calls on XDocumentHandler and change interfaces acordingly
Diffstat (limited to 'sc/source/filter/xml/xmlstyle.hxx')
-rw-r--r--sc/source/filter/xml/xmlstyle.hxx26
1 files changed, 18 insertions, 8 deletions
diff --git a/sc/source/filter/xml/xmlstyle.hxx b/sc/source/filter/xml/xmlstyle.hxx
index 052601916178..1f97b0df67b5 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.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: sab $ $Date: 2001-08-03 14:46:23 $
+ * last change: $Author: dvo $ $Date: 2001-10-25 21:06:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -225,20 +225,30 @@ 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,
- const SvXMLUnitConverter& rUnitConverter,
- const SvXMLNamespaceMap& rNamespaceMap) const;
+ const SvXMLExportPropertyMapper& rPropExp
+#if SUPD < 650
+ , 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,
- const SvXMLUnitConverter& rUnitConverter,
- const SvXMLNamespaceMap& rNamespaceMap) const;
+ const SvXMLExportPropertyMapper& rPropExp
+#if SUPD < 650
+ , const SvXMLUnitConverter& rUnitConverter,
+ const SvXMLNamespaceMap& rNamespaceMap
+#endif
+ ) const;
public:
ScXMLAutoStylePoolP(ScXMLExport& rScXMLExport);