summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/statusbarmanager.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-07 13:32:01 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-07 13:32:01 +0000
commit9676fb7dadca448eaf2b5959db897b5deee25ff0 (patch)
tree8ba8fd13323105cf2044d6f588ad5b5ad398aece /framework/inc/uielement/statusbarmanager.hxx
parent7b313287bead966338b47cbccbb5b04dc018555e (diff)
INTEGRATION: CWS pages01_DEV300 (1.6.260); FILE MERGED
2007/12/10 08:18:57 fme 1.6.260.1: #i84413# SfxStatusBarControl::mouseButtonDown not called
Diffstat (limited to 'framework/inc/uielement/statusbarmanager.hxx')
-rw-r--r--framework/inc/uielement/statusbarmanager.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/inc/uielement/statusbarmanager.hxx b/framework/inc/uielement/statusbarmanager.hxx
index c11c0711dc82..d24e32480d00 100644
--- a/framework/inc/uielement/statusbarmanager.hxx
+++ b/framework/inc/uielement/statusbarmanager.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: statusbarmanager.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 11:05:37 $
+ * last change: $Author: kz $ $Date: 2008-03-07 14:32:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -146,6 +146,9 @@ class StatusBarManager : public ::com::sun::star::frame::XFrameActionListener
void DataChanged( const DataChangedEvent& rDCEvt );
void UserDraw( const UserDrawEvent& rUDEvt );
void Command( const CommandEvent& rEvt );
+ void MouseMove( const MouseEvent& rMEvt );
+ void MouseButtonDown( const MouseEvent& rMEvt );
+ void MouseButtonUp( const MouseEvent& rMEvt );
DECL_LINK( Click, StatusBar* );
DECL_LINK( DoubleClick, StatusBar* );