From 30b7001aa89b20c57664996e96003a3ae878b9fd Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Wed, 18 Jul 2001 06:59:42 +0000 Subject: #89805#; add english number formatter --- sc/source/core/inc/poolhelp.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sc/source/core/inc/poolhelp.hxx') 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; } }; -- cgit v1.2.3