summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r--sc/inc/global.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index bb2f7b2d8c9c..7b8fc93b50a7 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -500,6 +500,8 @@ class ScGlobal
static ScFieldEditEngine* pFieldEditEngine;
+ static void InitPPT();
+
public:
static SvtSysLocale* pSysLocale;
// for faster access a pointer to the single instance provided by SvtSysLocale
@@ -556,8 +558,6 @@ public:
static void InitAddIns();
static void Clear(); // at the end of the program
- static void UpdatePPT(OutputDevice* pDev);
-
static void InitTextHeight(SfxItemPool* pPool);
static SvxBrushItem* GetEmptyBrushItem() { return pEmptyBrushItem; }
static SvxBrushItem* GetButtonBrushItem();