summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:20:42 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commitb352a8bf0321c13919c9882484a1c4d4d65cfd33 (patch)
tree1f9d5c7f1d14def51714f0ac5ebe30ab0f5c9ed9 /offapi/com/sun/star/text
parent9f12a9da8d91364d4d0865021adbe62bfa09148c (diff)
*api: convert <member>method</member> to method()
Doxygen will only recognize a un-qualified method name as such if it is followed by "()". sed -i "s,<member>\([a-z][^<]\+[^)]\)</member>,\1(),g" Change-Id: I69bc17849e76f3a3d91c6daf0f1be8168a83cfc5
Diffstat (limited to 'offapi/com/sun/star/text')
-rw-r--r--offapi/com/sun/star/text/XSimpleText.idl2
-rw-r--r--offapi/com/sun/star/text/XTextContent.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/XSimpleText.idl b/offapi/com/sun/star/text/XSimpleText.idl
index a4411522ef21..ba3b5cd05417 100644
--- a/offapi/com/sun/star/text/XSimpleText.idl
+++ b/offapi/com/sun/star/text/XSimpleText.idl
@@ -82,7 +82,7 @@ published interface XSimpleText: com::sun::star::text::XTextRange
<method>XSimpleText::createTextCursor</member> can be used to
get an XTextRange for this argument.
- <p>If the parameter <member>bAbsorb</member> was <TRUE/>
+ <p>If the parameter bAbsorb() was <TRUE/>
the text range will contain the new inserted string, otherwise
the range (and it's text) will remain unchanged.
diff --git a/offapi/com/sun/star/text/XTextContent.idl b/offapi/com/sun/star/text/XTextContent.idl
index 998ae0ed8e75..af92acea421b 100644
--- a/offapi/com/sun/star/text/XTextContent.idl
+++ b/offapi/com/sun/star/text/XTextContent.idl
@@ -61,7 +61,7 @@ published interface XTextContent: com::sun::star::lang::XComponent
<p>Note: The anchor of the actual implementation for text tables
does not have a position in the text. Thus that anchor can not be
- used for some operation like <member>attach</member> for example or
+ used for some operation like attach() for example or
<member scope="com::sun::star::text">insertTextContent</member>
or other function that require the object to have a position in the text.</p>