diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-29 00:18:07 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:05 +0200 |
commit | 56d158c38cca6de82256e727b7f4c83f311d87b8 (patch) | |
tree | 7bf89cc1a9beb14b6e1b4683074974e606421b59 /offapi/com/sun/star/text | |
parent | 928b8640c0d1a9c49249100efbdd70f8c1090b07 (diff) |
*api: convert more <method>
sed -i "s,<method>\([^<]\+[^)]\)</method>,\1(),g"
Change-Id: Ie443efb5b283067bc5475810f6848061900d8401
Diffstat (limited to 'offapi/com/sun/star/text')
-rw-r--r-- | offapi/com/sun/star/text/ControlCharacter.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/text/ControlCharacter.idl b/offapi/com/sun/star/text/ControlCharacter.idl index c6aa8a08a13d..702384a11b70 100644 --- a/offapi/com/sun/star/text/ControlCharacter.idl +++ b/offapi/com/sun/star/text/ControlCharacter.idl @@ -24,7 +24,7 @@ module com { module sun { module star { module text { /** These constants are the codes for inserting control characters - using <method>XSimpleText::insertControlCharacter</method> interface. + using XSimpleText::insertControlCharacter() interface. */ published constants ControlCharacter { |