diff options
10 files changed, 10 insertions, 10 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. */ diff --git a/udkapi/com/sun/star/loader/XImplementationLoader.idl b/udkapi/com/sun/star/loader/XImplementationLoader.idl index 0a00139e911e..e5de72cb5b28 100644 --- a/udkapi/com/sun/star/loader/XImplementationLoader.idl +++ b/udkapi/com/sun/star/loader/XImplementationLoader.idl @@ -55,7 +55,7 @@ published interface XImplementationLoader: com::sun::star::uno::XInterface more than only one file url). @param xKey A registry which may be used to read static data previously - written via <method>XImplementationLoader::writeRegistryInfo()</method>. + written via XImplementationLoader::writeRegistryInfo(). The use of this parameter is deprecated. @return returns a factory interface, which allows to create an instance of |