summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XTextTableCursor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XTextTableCursor.idl')
-rw-r--r--offapi/com/sun/star/text/XTextTableCursor.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/XTextTableCursor.idl b/offapi/com/sun/star/text/XTextTableCursor.idl
index 575ea19a7739..a89b816fbdba 100644
--- a/offapi/com/sun/star/text/XTextTableCursor.idl
+++ b/offapi/com/sun/star/text/XTextTableCursor.idl
@@ -127,7 +127,7 @@ published interface XTextTableCursor: com::sun::star::uno::XInterface
/** merges the selected range of cells.
- @see com:sun::star::CellRange
+ @see com::sun::star::CellRange
*/
boolean mergeRange();
@@ -142,8 +142,8 @@ published interface XTextTableCursor: com::sun::star::uno::XInterface
`TRUE` if the range should be split vertically.
Otherwise it will be split horizontally.
- @see com:sun::star::Cell
- @see com:sun::star::CellRange
+ @see com::sun::star::Cell
+ @see com::sun::star::CellRange
*/
boolean splitRange( [in] short nCount,
[in] boolean bHorizontal );