summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view/XLineCursor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/XLineCursor.idl')
-rw-r--r--offapi/com/sun/star/view/XLineCursor.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/view/XLineCursor.idl b/offapi/com/sun/star/view/XLineCursor.idl
index 6647aec360bb..fc125f653ea8 100644
--- a/offapi/com/sun/star/view/XLineCursor.idl
+++ b/offapi/com/sun/star/view/XLineCursor.idl
@@ -45,16 +45,16 @@ published interface XLineCursor: com::sun::star::uno::XInterface
/** moves the cursor to the end of the current line.
@param bExpand
- determines whether the text range of the cursor is expanded (<TRUE/>)
- or the cursor will be just at the new position after the move (<FALSE/>).
+ determines whether the text range of the cursor is expanded (`TRUE`)
+ or the cursor will be just at the new position after the move (`FALSE`).
*/
void gotoEndOfLine( [in] boolean bExpand );
/** moves the cursor to the start of the current line.
@param bExpand
- determines whether the text range of the cursor is expanded (<TRUE/>)
- or the cursor will be just at the new position after the move (<FALSE/>).
+ determines whether the text range of the cursor is expanded (`TRUE`)
+ or the cursor will be just at the new position after the move (`FALSE`).
*/
void gotoStartOfLine( [in] boolean bExpand );