Author: hanya
Date: Mon Jan 13 09:14:35 2014
New Revision: 1557669

URL: http://svn.apache.org/r1557669
Log:
#i72591# fix from mouse button to mouse pointer in documentation of mouseMoved 
method

Patch By: christianjun...@gmail.com

Modified:
    openoffice/trunk/main/offapi/com/sun/star/awt/XMouseMotionListener.idl

Modified: openoffice/trunk/main/offapi/com/sun/star/awt/XMouseMotionListener.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/awt/XMouseMotionListener.idl?rev=1557669&r1=1557668&r2=1557669&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/awt/XMouseMotionListener.idl 
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/awt/XMouseMotionListener.idl Mon 
Jan 13 09:14:35 2014
@@ -56,7 +56,7 @@ published interface XMouseMotionListener
  
        
//------------------------------------------------------------------------- 
         
-       /** 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 ); 


Reply via email to