summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpstyl.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 17:21:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 17:21:03 +0000
commit00b722f8b9ccba1b43c36b2a68b165d2a381cfa0 (patch)
treebbce99fb77bdc632e61498ae1ed231ec72ba45fe /xmloff/source/draw/ximpstyl.hxx
parent8bad56bdfdc3e182733f77ed8a8d9057b7ceb286 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'xmloff/source/draw/ximpstyl.hxx')
-rw-r--r--xmloff/source/draw/ximpstyl.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpstyl.hxx b/xmloff/source/draw/ximpstyl.hxx
index 62cd4bafe286..036e81c63b88 100644
--- a/xmloff/source/draw/ximpstyl.hxx
+++ b/xmloff/source/draw/ximpstyl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximpstyl.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: cl $ $Date: 2001-05-28 13:32:20 $
+ * last change: $Author: hr $ $Date: 2003-03-27 18:20:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,9 @@
#include <com/sun/star/view/PaperOrientation.hpp>
#endif
+class SvNumberFormatter;
+class SvXMLNumFmtHelper;
+
//////////////////////////////////////////////////////////////////////////////
// special style:style context inside style:page-master context
@@ -244,6 +247,8 @@ class SdXMLStylesContext : public SvXMLStylesContext
{
UniReference< SvXMLImportPropertyMapper > xPresImpPropMapper;
sal_Bool mbIsAutoStyle;
+ SvXMLNumFmtHelper* mpNumFmtHelper;
+ SvNumberFormatter* mpNumFormatter;
const SdXMLImport& GetSdImport() const { return (const SdXMLImport&)GetImport(); }
SdXMLImport& GetSdImport() { return (SdXMLImport&)GetImport(); }