summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShell.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-28 15:23:06 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-28 15:23:06 +0000
commit13b7671bb5af5ec1d381b81d24cd09d697cbefa0 (patch)
tree19db473a3697d32c0c5e16b35cfc0e692ddd69a3 /sd/source/ui/inc/ViewShell.hxx
parentfa4d20af6b3a5811dcd07b73d4695036287a2867 (diff)
INTEGRATION: CWS impress20 (1.9.30); FILE MERGED
2004/12/07 17:08:40 af 1.9.30.2: RESYNC: (1.9-1.11); FILE MERGED 2004/12/01 12:57:09 bm 1.9.30.1: #i32645# handle scroll whell via hierarchical Notify calls instead of ChildWindowListeners
Diffstat (limited to 'sd/source/ui/inc/ViewShell.hxx')
-rw-r--r--sd/source/ui/inc/ViewShell.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index 5ccee817ddcb..3d77d47c95f1 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ViewShell.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-01-27 14:16:27 $
+ * last change: $Author: obo $ $Date: 2005-01-28 16:23:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -257,6 +257,9 @@ public:
virtual void MouseButtonDown(const MouseEvent& rMEvt, ::sd::Window* pWin);
virtual void Command(const CommandEvent& rCEvt, ::sd::Window* pWin);
virtual BOOL RequestHelp( const HelpEvent& rEvt, ::sd::Window* pWin );
+ virtual long Notify( NotifyEvent& rNEvt, ::sd::Window* pWin );
+
+ BOOL HandleScrollCommand(const CommandEvent& rCEvt, ::sd::Window* pWin);
virtual void Draw(OutputDevice &rDev, const Region &rReg);