summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:02:01 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:03 +0200
commit4718949d417dd5297073997546e04ecf300b0479 (patch)
tree9facb5c48de936ea52c58812e327feda55849854 /offapi/com/sun/star/table
parentb235412d8f84e98dc457894228a357ab0c65f6d0 (diff)
*api: convert <method>
sed -i "s,<method>\([a-z][^<]\+\)</method>,\1,g" Change-Id: I9483d63cce4afd168d47a465b367aed3da45d64b
Diffstat (limited to 'offapi/com/sun/star/table')
-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 );