Fix typos

Change-Id: I30132e6fa24daebd6726b6bd72be57cb5b69af21
Reviewed-on: https://gerrit.libreoffice.org/77308
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
diff --git a/offapi/com/sun/star/ui/XImageManager.idl b/offapi/com/sun/star/ui/XImageManager.idl
index 6f2725a..1bf87c9 100644
--- a/offapi/com/sun/star/ui/XImageManager.idl
+++ b/offapi/com/sun/star/ui/XImageManager.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module ui {

    <p>
    An image manager controls a number of image sets which are specified
    by a ImageType.
    by an ImageType.
    </p>
*/

@@ -135,7 +135,7 @@ interface XImageManager
    */
    void removeImages( [in] short nImageType, [in] sequence< string > CommandURLs ) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::IllegalAccessException );

    /** inserts new image/command associations to a image manager.
    /** inserts new image/command associations to an image manager.

        @param nImageType
            specifies the image type for this association operation.
diff --git a/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl b/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl
index f96221f..e6a765e 100644
--- a/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl
+++ b/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module ui { module dialogs {

published constants FilePreviewImageFormats
{
    /** A OpenOffice bitmap which is similar to the device independent bitmap
    /** A LibreOffice bitmap which is similar to the device independent bitmap
        (DIB) format on windows.
        The bitmap data should be provided as a sequence of sal_Int8.
    */
diff --git a/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl b/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
index 1bd17cc..b586634 100644
--- a/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
+++ b/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module ui { module dialogs {
    <p>If that method returns <code>ExecutableDialogResults::OK</code>,
    the application will retrieve the changed com::sun::star::document::MediaDescriptor
    back using the interface com::sun::star::beans::XPropertyAccess. The filter
    operation is than continued, using the new com::sun::star::document::MediaDescriptor.</p>
    operation is then continued, using the new com::sun::star::document::MediaDescriptor.</p>

    <p>Otherwise, the filter operation is canceled.</p>

diff --git a/offapi/com/sun/star/util/URL.idl b/offapi/com/sun/star/util/URL.idl
index 5ebbff0..45acd86 100644
--- a/offapi/com/sun/star/util/URL.idl
+++ b/offapi/com/sun/star/util/URL.idl
@@ -24,7 +24,7 @@
module com {  module sun {  module star {  module util {


/** represents the structure of an Uniform Resource Locator.
/** represents the structure of a Uniform Resource Locator.

    <p>
    If the structure represents a valid URL or not depends on prior usage of
diff --git a/offapi/com/sun/star/util/XCloseable.idl b/offapi/com/sun/star/util/XCloseable.idl
index fbb7182..ad39183 100644
--- a/offapi/com/sun/star/util/XCloseable.idl
+++ b/offapi/com/sun/star/util/XCloseable.idl
@@ -25,7 +25,7 @@

module com {  module sun {  module star {  module util {

/** makes it possible to release any objects in a ordered manner by using
/** makes it possible to release any objects in an ordered manner by using
    a two-step mechanism

    <p>
@@ -94,7 +94,7 @@ published interface XCloseable: XCloseBroadcaster
        </p>

        @param DeliverOwnership
                `TRUE` delegates the ownership of this closing object to any one which throw the CloseVetoException.
                `TRUE` delegates the ownership of this closing object to anyone which throw the CloseVetoException.
                This new owner has to close the closing object again if his still running processes will be finished.
                <br>
                `FALSE` let the ownership at the original one which called the close() method. He must react for possible
diff --git a/offapi/com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl b/offapi/com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl
index a630d84..adee7b1 100644
--- a/offapi/com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl
+++ b/offapi/com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl
@@ -50,7 +50,7 @@ module com { module sun { module star { module xml { module crypto {
 * <p>It isn't a good method to set the EncryptedKey here. In general, there is
 * a RetrievalMethod in EncryptedData by which we can get the EncryptedKey.
 *
 * And some times, in the low level, it is hard to determine what the key is
 * And sometimes, in the low level, it is hard to determine what the key is
 * except that the high level application tell the mechanism and parameters.
 *
 * So I think it will be more simple that the application set the encrypted key
diff --git a/offapi/com/sun/star/xml/crypto/sax/ElementMarkType.idl b/offapi/com/sun/star/xml/crypto/sax/ElementMarkType.idl
index 6d0ac9e..c440019 100644
--- a/offapi/com/sun/star/xml/crypto/sax/ElementMarkType.idl
+++ b/offapi/com/sun/star/xml/crypto/sax/ElementMarkType.idl
@@ -26,7 +26,7 @@ module com { module sun { module star { module xml { module crypto { module sax 
 * Defines types of element mark.
 * <p>
 * the TYPEOFELEMENTMARK type represents a blocker, and the TYPEOFELEMENTCOLLECTOR
 * type represents a element collector.
 * type represents an element collector.
 */
enum ElementMarkType
{
diff --git a/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.idl b/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.idl
index 1f4d954..cef647b 100644
--- a/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.idl
+++ b/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.idl
@@ -35,7 +35,7 @@ interface XReferenceResolvedListener;
interface XReferenceResolvedBroadcaster : com::sun::star::uno::XInterface
{
    /**
     * Adds a new reference resolved listener for a element collector.
     * Adds a new reference resolved listener for an element collector.
     * <p>
     * When the element collector has completely collected that element,
     * this listener will receive a notification.
@@ -49,7 +49,7 @@ interface XReferenceResolvedBroadcaster : com::sun::star::uno::XInterface
        [in] XReferenceResolvedListener listener);

    /**
     * Removes a listener from a element collector.
     * Removes a listener from an element collector.
     * <p>
     * When a listener is removed, it will not receive notification when
     * collection completes.
diff --git a/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedListener.idl b/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedListener.idl
index 776b229..7108558 100644
--- a/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedListener.idl
+++ b/offapi/com/sun/star/xml/crypto/sax/XReferenceResolvedListener.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module xml { module crypto { module sax 
/**
 * Interface of Reference Resolved Listener.
 * <p>
 * This interface is used to receive the collection completion notification for a element
 * This interface is used to receive the collection completion notification for an element
 * collector.
 */
interface XReferenceResolvedListener : com::sun::star::uno::XInterface