summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/poolhelp.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-07-18 06:59:42 +0000
committerSascha Ballach <sab@openoffice.org>2001-07-18 06:59:42 +0000
commit30b7001aa89b20c57664996e96003a3ae878b9fd (patch)
tree731ef76f659e16d6c570059c6ace4d6686db73e5 /sc/source/core/inc/poolhelp.hxx
parentd7ee6042461f99cf0588777b8680bce38516bcfd (diff)
#89805#; add english number formatter
Diffstat (limited to 'sc/source/core/inc/poolhelp.hxx')
-rw-r--r--sc/source/core/inc/poolhelp.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/core/inc/poolhelp.hxx b/sc/source/core/inc/poolhelp.hxx
index e77b07d4b80d..51b37d8b22ea 100644
--- a/sc/source/core/inc/poolhelp.hxx
+++ b/sc/source/core/inc/poolhelp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: poolhelp.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: nn $ $Date: 2001-01-31 16:39:50 $
+ * last change: $Author: sab $ $Date: 2001-07-18 07:59:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,6 +84,7 @@ private:
ScDocumentPool* pDocPool;
ScStyleSheetPool* pStylePool;
SvNumberFormatter* pFormTable;
+ SvNumberFormatter* pEngFormTable;
SfxItemPool* pEditPool; // EditTextObjectPool
SfxItemPool* pEnginePool; // EditEnginePool
@@ -98,6 +99,7 @@ public:
ScDocumentPool* GetDocPool() const { return pDocPool; }
ScStyleSheetPool* GetStylePool() const { return pStylePool; }
SvNumberFormatter* GetFormTable() const { return pFormTable; }
+ SvNumberFormatter* GetEngFormTable() const { return pEngFormTable; }
SfxItemPool* GetEditPool() const { return pEditPool; }
SfxItemPool* GetEnginePool() const { return pEnginePool; }
};