diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-29 00:19:39 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:05 +0200 |
commit | ae7595a7553c61cab3cc9014bb12239e02fd8c6a (patch) | |
tree | 1c1e9bdf907683f2e3ddbd690dc9251c5b83d0fe /offapi/com/sun/star/i18n | |
parent | 56d158c38cca6de82256e727b7f4c83f311d87b8 (diff) |
*api: convert more <method>
sed -i "s,<method>\([^<]\+\)</method>,\1,g"
Change-Id: Ic3eef0c03e512f7d607a87c58f9f01626f5a57a1
Diffstat (limited to 'offapi/com/sun/star/i18n')
-rw-r--r-- | offapi/com/sun/star/i18n/MultipleCharsOutputException.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/i18n/XExtendedTransliteration.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl b/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl index 5f450cc64f90..7bd6293d402d 100644 --- a/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl +++ b/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module i18n { only single character return value was requested. <p> Used by - <method>XExtendedTransliteration::transliterateChar2Char()</method> + XExtendedTransliteration::transliterateChar2Char() </p> @since OOo 1.1.2 diff --git a/offapi/com/sun/star/i18n/XExtendedTransliteration.idl b/offapi/com/sun/star/i18n/XExtendedTransliteration.idl index 909f7a82dbf6..6edc2a09f238 100644 --- a/offapi/com/sun/star/i18n/XExtendedTransliteration.idl +++ b/offapi/com/sun/star/i18n/XExtendedTransliteration.idl @@ -75,7 +75,7 @@ published interface XExtendedTransliteration : ::com::sun::star::i18n::XTranslit Greek Beta) to upper case "SS", MultipleCharsOutputException will be thrown, the caller must catch the exception and then call - <method>XTransliteration::transliterateChar2String()</method> to + XTransliteration::transliterateChar2String() to obtain the correct result. </p> @param cChar |