summaryrefslogtreecommitdiff
path: root/sd/inc/sdmod.hxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-06-19 14:07:14 +0000
committerKai Ahrens <ka@openoffice.org>2001-06-19 14:07:14 +0000
commit5cef034f8b72a5eaa4f359f193b068751a4606dd (patch)
treed5a9a63d86717a47452adfd3363901f01c99f555 /sd/inc/sdmod.hxx
parent52642c21779358b9970a4ec5684cad9b135eccd1 (diff)
#87631#: added number formatter
Diffstat (limited to 'sd/inc/sdmod.hxx')
-rw-r--r--sd/inc/sdmod.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx
index 3807f502d179..0b35fc6c2e9b 100644
--- a/sd/inc/sdmod.hxx
+++ b/sd/inc/sdmod.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdmod.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: dl $ $Date: 2001-05-15 08:49:06 $
+ * last change: $Author: ka $ $Date: 2001-06-19 15:02:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,6 +89,7 @@ class EditFieldInfo;
class SvFactory;
class SdTransferable;
class SdDrawDocShell;
+class SvNumberFormatter;
// ----------------------
// - SdOptionStreamMode -
@@ -119,6 +120,7 @@ protected:
SdOptions* pImpressOptions;
SdOptions* pDrawOptions;
SvxSearchItem* pSearchItem;
+ SvNumberFormatter* pNumberFormatter;
SvStorageRef xOptionStorage;
const SdDrawDocShell* pCurrentNavigatorDragDocShell;
NavigatorDragType eCurrentNavigatorDragType;
@@ -162,6 +164,8 @@ public:
SvxSearchItem* GetSearchItem() { return (pSearchItem); }
void SetSearchItem(SvxSearchItem* pItem) { pSearchItem = pItem; }
+ SvNumberFormatter* GetNumberFormatter();
+
//virtuelle Methoden fuer den Optionendialog
virtual SfxItemSet* CreateItemSet( USHORT nId );
virtual void ApplyItemSet( USHORT nId, const SfxItemSet& rSet );