summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-11-01 17:58:06 +0000
committerNiklas Nebel <nn@openoffice.org>2001-11-01 17:58:06 +0000
commit01bbc732340dd0230c983a9c68923642f2d2fbad (patch)
tree724b3d83095bfdf9c28b467a1011f86be7b238c5 /sc/inc
parent234d5eb6bc0ea9e387ef4551f20a593ea7517395 (diff)
#88488# UpdatePPT method to recalculate nScreenPPTX/Y
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/global.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 3f73370f83af..819f6052d7b3 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: global.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: er $ $Date: 2001-08-02 14:45:23 $
+ * last change: $Author: nn $ $Date: 2001-11-01 18:56:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -523,6 +523,7 @@ class SvtSysLocale;
class CalendarWrapper;
class CollatorWrapper;
class IntlWrapper;
+class OutputDevice;
namespace com { namespace sun { namespace star { namespace lang {
struct Locale;
@@ -611,6 +612,8 @@ public:
static void InitAddIns();
static void Clear(); // bei Programmende
+ static void UpdatePPT(OutputDevice* pDev);
+
static void InitTextHeight(SfxItemPool* pPool);
static SvxBrushItem* GetEmptyBrushItem() { return pEmptyBrushItem; }
static SvxBrushItem* GetButtonBrushItem() { return pButtonBrushItem; }