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 | |
parent | 56d158c38cca6de82256e727b7f4c83f311d87b8 (diff) |
*api: convert more <method>
sed -i "s,<method>\([^<]\+\)</method>,\1,g"
Change-Id: Ic3eef0c03e512f7d607a87c58f9f01626f5a57a1
Diffstat (limited to 'offapi/com')
9 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl b/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl index 346bc8bcf0ef..fda0a7f00340 100644 --- a/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl +++ b/offapi/com/sun/star/drawing/XSlidePreviewCacheListener.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module drawing { /** Listener for asynchronous preview creations. Called when a slide preview has been created that was previously requested via a call to - <method>XSlidePreviewCache::getSlidePreview()</method>. The + XSlidePreviewCache::getSlidePreview(). The implementor may then call getSlidePreview() a second time to get the up-to-date version of the preview. */ diff --git a/offapi/com/sun/star/embed/XStorageRawAccess.idl b/offapi/com/sun/star/embed/XStorageRawAccess.idl index 6fcfac8e532d..3bc8ecaed23f 100644 --- a/offapi/com/sun/star/embed/XStorageRawAccess.idl +++ b/offapi/com/sun/star/embed/XStorageRawAccess.idl @@ -135,7 +135,7 @@ published interface XStorageRawAccess <p> This method allows to insert a stream retrieved by - <method>XStorageRawAccess::getRawEncrStreamElement()</method> into a + XStorageRawAccess::getRawEncrStreamElement() into a storage. </p> diff --git a/offapi/com/sun/star/frame/XFrames.idl b/offapi/com/sun/star/frame/XFrames.idl index 394cc07b2f4c..3325a10c1f9e 100644 --- a/offapi/com/sun/star/frame/XFrames.idl +++ b/offapi/com/sun/star/frame/XFrames.idl @@ -63,7 +63,7 @@ published interface XFrames: com::sun::star::container::XIndexAccess <p> Note: <ul> - <li>The method <method>XComponent::dispose()</method> is not called implicitly + <li>The method XComponent::dispose() is not called implicitly by this method.</li> <li>The creator attribute of the frame must be reset by the caller of this method.</li> diff --git a/offapi/com/sun/star/frame/XStorable2.idl b/offapi/com/sun/star/frame/XStorable2.idl index f0e98205ed73..50d83f2b78d9 100644 --- a/offapi/com/sun/star/frame/XStorable2.idl +++ b/offapi/com/sun/star/frame/XStorable2.idl @@ -39,7 +39,7 @@ published interface XStorable2: XStorable </p> <p> - This is an extension of the <method>XStorable::store()</method>. + This is an extension of the XStorable::store(). This method allows to specify some additional parameters for storing process. </p> 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 diff --git a/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl b/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl index 854705afe003..c1380d522361 100644 --- a/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl +++ b/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl @@ -25,7 +25,7 @@ /** specifies the which type of text is passed to - <method>XSmartTagRecognizer::recognize()</method></p> + XSmartTagRecognizer::recognize()</p> @since OOo 2.3 */ diff --git a/offapi/com/sun/star/text/TextMarkupType.idl b/offapi/com/sun/star/text/TextMarkupType.idl index 0c12aa633a66..658ea557f395 100644 --- a/offapi/com/sun/star/text/TextMarkupType.idl +++ b/offapi/com/sun/star/text/TextMarkupType.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module text { /** Constants to specify the type of text markup. <p>These constants are used with - <method>XTextMarkup::commitTextMarkup()</method></p> + XTextMarkup::commitTextMarkup()</p> @since OOo 2.3 */ diff --git a/offapi/com/sun/star/xml/ExportFilter.idl b/offapi/com/sun/star/xml/ExportFilter.idl index 498c33023d12..79abaef8851f 100644 --- a/offapi/com/sun/star/xml/ExportFilter.idl +++ b/offapi/com/sun/star/xml/ExportFilter.idl @@ -44,7 +44,7 @@ published service ExportFilter com::sun::star::xml::sax::XDocumentHandler calls. */ interface com::sun::star::xml::sax::XDocumentHandler; - /** The <method>XExportFilter:exporter()</method> call will provide the + /** The XExportFilter:exporter() call will provide the com::sun::star::document::TypeDetection user data required to perform the filtering correctly. */ |