diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-11-07 14:21:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-11-07 14:21:36 +0000 |
commit | 5dba06dcd911dbec198369f5c8c381d3b65a055a (patch) | |
tree | 40cbc3f4900132dc2bcca046866355173d611cc3 /starmath/inc/edit.hxx | |
parent | 9c10f93b354ee68ec9e4f5aea4616677b58cb7da (diff) |
INTEGRATION: CWS tlapi1 (1.11.10); FILE MERGED
2003/10/16 09:11:16 tl 1.11.10.1: #i15169# enable use of scroll mouse for SmEditWindow
Diffstat (limited to 'starmath/inc/edit.hxx')
-rw-r--r-- | starmath/inc/edit.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx index a357a0bd4ac7..f4adbd8c090f 100644 --- a/starmath/inc/edit.hxx +++ b/starmath/inc/edit.hxx @@ -2,9 +2,9 @@ * * $RCSfile: edit.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2003-09-04 11:41:39 $ + * last change: $Author: hr $ $Date: 2003-11-07 15:21:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,6 +92,7 @@ class DataChangedEvent; class Menu; class SmCmdBoxWindow; class SmEditAccessible; +class CommandEvent; /**************************************************************************/ @@ -179,6 +180,8 @@ public: void ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg ); + BOOL HandleWheelCommands( const CommandEvent &rCEvt ); + // for Accessibility virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > CreateAccessible(); |