summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/XSimpleText.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:44:31 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commit928b8640c0d1a9c49249100efbdd70f8c1090b07 (patch)
treed4f2388c89d137d62bced7b9e8339f964d3632ad /offapi/com/sun/star/text/XSimpleText.idl
parent*api: convert <true/> <false/> <void/> (diff)
downloadcore-928b8640c0d1a9c49249100efbdd70f8c1090b07.tar.gz
core-928b8640c0d1a9c49249100efbdd70f8c1090b07.zip
*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>
sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g' Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201
Diffstat (limited to 'offapi/com/sun/star/text/XSimpleText.idl')
-rw-r--r--offapi/com/sun/star/text/XSimpleText.idl4
1 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 ba3b5cd05417..aaeb618594b6 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 bAbsorb() 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.
@@ -91,7 +91,7 @@ published interface XSimpleText: com::sun::star::text::XTextRange
@param bAbsorb
specifies whether the text spanned by <var>xRange</var> will be
- replaced. If <TRUE/> then the content of <var>xRange</var> will
+ replaced. If `TRUE` then the content of <var>xRange</var> will
be replaced by <var>aString</var>, otherwise <var>aString</var>
will be inserted at the beginning of <var>xRange</var>.