summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table/XMergeableCellRange.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/XMergeableCellRange.idl')
-rw-r--r--offapi/com/sun/star/table/XMergeableCellRange.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/table/XMergeableCellRange.idl b/offapi/com/sun/star/table/XMergeableCellRange.idl
index 55a039a8b047..8ee835ac2cd6 100644
--- a/offapi/com/sun/star/table/XMergeableCellRange.idl
+++ b/offapi/com/sun/star/table/XMergeableCellRange.idl
@@ -35,7 +35,7 @@ interface XMergeableCellRange : com::sun::star::uno::XInterface
@throws com::sun::star::lang::NoSupportException
if a merge is not possible for this range. You can use
- <method>isMergeable()</method> to check if a merge is possible.
+ isMergeable() to check if a merge is possible.
*/
void merge() raises( ::com::sun::star::lang::NoSupportException );