summaryrefslogtreecommitdiff
path: root/xmloff/inc/SchXMLExport.hxx
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2001-02-14 16:15:35 +0000
committerBjörn Milcke <bm@openoffice.org>2001-02-14 16:15:35 +0000
commit270b3a5c0237004a3d4abf920d5e1899790b454e (patch)
treea7503c4100a01ed3dea91008a2c3e4414c61d4b3 /xmloff/inc/SchXMLExport.hxx
parent5dfbcf18fe15321c43d28c03ea36cb339eb710de (diff)
We need a style sheet pool for number formats
Diffstat (limited to 'xmloff/inc/SchXMLExport.hxx')
-rw-r--r--xmloff/inc/SchXMLExport.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/xmloff/inc/SchXMLExport.hxx b/xmloff/inc/SchXMLExport.hxx
index c4cde5daebc0..403c20ab136e 100644
--- a/xmloff/inc/SchXMLExport.hxx
+++ b/xmloff/inc/SchXMLExport.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SchXMLExport.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: bm $ $Date: 2001-02-09 16:48:29 $
+ * last change: $Author: bm $ $Date: 2001-02-14 17:13:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,9 @@
#ifndef _XMLOFF_SCH_XMLEXPORTHELPER_HXX_
#include "SchXMLExportHelper.hxx"
#endif
+#ifndef _SCH_XMLAUTOSTYLEPOOLP_HXX_
+#include "SchXMLAutoStylePoolP.hxx"
+#endif
#ifndef _XMLOFF_XMLEXP_HXX
#include "xmlexp.hxx"
#endif
@@ -104,7 +107,7 @@ class SchXMLExport : public SvXMLExport
{
private:
com::sun::star::uno::Reference< com::sun::star::task::XStatusIndicator > mxStatusIndicator;
- SvXMLAutoStylePoolP maAutoStylePool;
+ SchXMLAutoStylePoolP maAutoStylePool;
SchXMLExportHelper maExportHelper;
@@ -119,6 +122,8 @@ public:
virtual ~SchXMLExport();
void SetProgress( sal_Int32 nPercentage );
+
+ UniReference< XMLPropertySetMapper > GetPropertySetMapper() const { return maExportHelper.GetPropertySetMapper(); }
};
#endif // SCH_XMLEXPORT_HXX_