summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XText.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/XText.idl
parent6e1d239ae04bbb1b639ae8d04c59d3375f867712 (diff)
*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/XText.idl')
-rw-r--r--offapi/com/sun/star/text/XText.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/text/XText.idl b/offapi/com/sun/star/text/XText.idl
index 05b8a90063dd..8a865690989b 100644
--- a/offapi/com/sun/star/text/XText.idl
+++ b/offapi/com/sun/star/text/XText.idl
@@ -57,7 +57,7 @@ published interface XText: com::sun::star::text::XSimpleText
@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>xContent</var>, otherwise <var>xContent</var>
will be inserted at the end of <var>xRange</var>.
*/