diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-10 16:13:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-10 19:12:39 +0100 |
commit | ec950f8ebb2745ccff2275dcc09d2034cd73dfeb (patch) | |
tree | 4717b5ae728a90ef39b66f2cd1f04e46d023eed8 /sc/inc | |
parent | cc8ffd0f49662aaa9d754239c071b207327c896f (diff) |
ditch the font/screen-scaling thing
its of limited utility wrt the vcl layout work and optimal size widgets,
and its confuses people looking for hidpi settings
Change-Id: I37d21b480446f9fe2845b3a2d9fd59cdeddf1a93
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/global.hxx | 4 |
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(); |