summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XMouseListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XMouseListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XMouseListener.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/XMouseListener.idl b/offapi/com/sun/star/awt/XMouseListener.idl
index 896a274eeaaa..86479238e570 100644
--- a/offapi/com/sun/star/awt/XMouseListener.idl
+++ b/offapi/com/sun/star/awt/XMouseListener.idl
@@ -41,7 +41,7 @@ published interface XMouseListener: com::sun::star::lang::XEventListener
pressing the right mouse button indicates the request for a context menu,
then you will receive one call to mousePressed() indicating
the mouse click, and another one indicating the context menu request. For
- the latter, the <member>MouseEvent::PopupTrigger</member> member of the
+ the latter, the MouseEvent::PopupTrigger member of the
event will be set to <TRUE/>.</p>
*/
void mousePressed( [in] com::sun::star::awt::MouseEvent e );