summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorTsutomu Uchino <hanya@apache.org>2014-01-13 09:14:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-13 11:29:47 +0000
commit77e7702250359f9398737e3a4af1bb9b4cc9c1c9 (patch)
treee9a19fdeed3f0c344492deae503ed2b8b9597f00 /offapi
parent0198f54d25e6ec939ca4f341169d0c90d47b56d1 (diff)
Resolves: #i72591# fix from mouse button to mouse pointer...
in documentation of mouseMoved method Patch By: christianjunker@gmail.com (cherry picked from commit a66c0e11c326a072f0cb609af35d5e9d77fd3b63) Change-Id: Ia39fc56d4459f303cd48e5654d8ff35155cceb4a
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/XMouseMotionListener.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/XMouseMotionListener.idl b/offapi/com/sun/star/awt/XMouseMotionListener.idl
index 10d742264fa1..d866aef31e84 100644
--- a/offapi/com/sun/star/awt/XMouseMotionListener.idl
+++ b/offapi/com/sun/star/awt/XMouseMotionListener.idl
@@ -44,7 +44,7 @@ published interface XMouseMotionListener: com::sun::star::lang::XEventListener
void mouseDragged( [in] com::sun::star::awt::MouseEvent e );
- /** is invoked when the mouse button has been moved on a window
+ /** is invoked when the mouse pointer has been moved on a window
(with no buttons down).
*/
void mouseMoved( [in] com::sun::star::awt::MouseEvent e );