diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-02-07 15:13:48 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-02-07 15:13:48 +0000 |
commit | d86adaeaf391582c8b93a8b8c2278283ec7aa560 (patch) | |
tree | ea2d8ece58305031c518b37e5cd62cb8f70360ac /sd/source/ui/inc/PresentationViewShell.hxx | |
parent | c847ab7080aab7e40c76f80c7d0eb5de6bf16741 (diff) |
INTEGRATION: CWS impressbeta4 (1.3.232); FILE MERGED
2005/02/07 15:22:50 bm 1.3.232.1: #i42204# empty overload of Create[HV]Ruler to avoid display of rulers in fullscreen presi
Diffstat (limited to 'sd/source/ui/inc/PresentationViewShell.hxx')
-rw-r--r-- | sd/source/ui/inc/PresentationViewShell.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/inc/PresentationViewShell.hxx b/sd/source/ui/inc/PresentationViewShell.hxx index 78d464e09e61..9e6f0fcf816b 100644 --- a/sd/source/ui/inc/PresentationViewShell.hxx +++ b/sd/source/ui/inc/PresentationViewShell.hxx @@ -2,9 +2,9 @@ * * $RCSfile: PresentationViewShell.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-07-13 13:59:05 $ + * last change: $Author: rt $ $Date: 2005-02-07 16:13:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,6 +105,10 @@ public: SfxRequest& rRequest, USHORT nPageNumber); +protected: + virtual SvxRuler* CreateHRuler(::sd::Window* pWin, BOOL bIsFirst); + virtual SvxRuler* CreateVRuler(::sd::Window* pWin); + private: Rectangle maOldVisArea; sal_Bool mbShowStarted; |