summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XStatusbarController.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XStatusbarController.idl')
-rw-r--r--offapi/com/sun/star/frame/XStatusbarController.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XStatusbarController.idl b/offapi/com/sun/star/frame/XStatusbarController.idl
index ac9c83e2d623..079fd3191153 100644
--- a/offapi/com/sun/star/frame/XStatusbarController.idl
+++ b/offapi/com/sun/star/frame/XStatusbarController.idl
@@ -117,7 +117,7 @@ interface XStatusbarController
current information about the mouse pointer.
@return
- return <TRUE/> if the event should not be processed and <FALSE/>
+ return `TRUE` if the event should not be processed and `FALSE`
if the event should be processed by the status bar.
*/
boolean mouseButtonDown( [in] ::com::sun::star::awt::MouseEvent aMouseEvent );
@@ -131,7 +131,7 @@ interface XStatusbarController
current information about the mouse pointer.
@return
- return <TRUE/> if the event should not be processed and <FALSE/>
+ return `TRUE` if the event should not be processed and `FALSE`
if the event should be processed by the status bar.
*/
boolean mouseMove( [in] ::com::sun::star::awt::MouseEvent aMouseEvent );
@@ -145,7 +145,7 @@ interface XStatusbarController
current information about the mouse pointer.
@return
- return <TRUE/> if the event should not be processed and <FALSE/>
+ return `TRUE` if the event should not be processed and `FALSE`
if the event should be processed by the status bar.
*/
boolean mouseButtonUp( [in] ::com::sun::star::awt::MouseEvent aMouseEvent );
@@ -161,7 +161,7 @@ interface XStatusbarController
possible values.
@param bMouseEvent
- <TRUE/> if the command is based on a mouse event, otherwise <FALSE/>.
+ `TRUE` if the command is based on a mouse event, otherwise `FALSE`.
@param aData
for future use only.