summaryrefslogtreecommitdiff
path: root/vcl/source/window/scrwnd.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-16 13:22:16 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-16 13:22:16 +0000
commite41a03b558891edde82c9e54fb87bb444367c7ec (patch)
tree8e7f5318d47fb5ad7a82e880a62d9e93bc8eea53 /vcl/source/window/scrwnd.hxx
parentafe731278b443f0b67fd1edbbf0193fce1affc3a (diff)
INTEGRATION: CWS vcl77 (1.3.300); FILE MERGED
2007/03/29 09:31:47 pl 1.3.300.1: #i75284# clean up srcoll window destruction
Diffstat (limited to 'vcl/source/window/scrwnd.hxx')
-rw-r--r--vcl/source/window/scrwnd.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/window/scrwnd.hxx b/vcl/source/window/scrwnd.hxx
index 6346e12f02fe..b7aa6beb6c4b 100644
--- a/vcl/source/window/scrwnd.hxx
+++ b/vcl/source/window/scrwnd.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: scrwnd.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 19:40:02 $
+ * last change: $Author: ihi $ $Date: 2007-04-16 14:22:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -94,6 +94,7 @@ public:
ImplWheelWindow( Window* pParent );
~ImplWheelWindow();
+ void ImplStop();
void ImplSetWheelMode( ULONG nWheelMode );
ULONG ImplGetWheelMode() const { return mnWheelMode; }
};