From 75c457a716ac12ccfdea35dc0f76e71ffaaae44b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 27 Jul 2019 00:39:11 +0200 Subject: Fix typos Change-Id: Ib772108100b5180c7b42a9a5d164fa03321b6d5a Reviewed-on: https://gerrit.libreoffice.org/76463 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- udkapi/com/sun/star/beans/XExactName.idl | 2 +- udkapi/com/sun/star/beans/XPropertiesChangeListener.idl | 2 +- udkapi/com/sun/star/bridge/oleautomation/Date.idl | 2 +- udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl | 4 ++-- udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl | 2 +- udkapi/com/sun/star/container/XEnumerableMap.idl | 2 +- udkapi/com/sun/star/io/SequenceOutputStream.idl | 2 +- udkapi/com/sun/star/io/XInputStream.idl | 2 +- udkapi/com/sun/star/java/InvalidJavaSettingsException.idl | 2 +- udkapi/com/sun/star/lang/XConnectionPoint.idl | 2 +- udkapi/com/sun/star/reflection/XPublished.idl | 4 ++-- udkapi/com/sun/star/registry/NestedRegistry.idl | 2 +- udkapi/com/sun/star/registry/RegistryValueType.idl | 2 +- udkapi/com/sun/star/registry/XRegistryKey.idl | 2 +- udkapi/com/sun/star/script/XTypeConverter.idl | 6 +++--- udkapi/com/sun/star/security/AccessControlException.idl | 2 +- udkapi/com/sun/star/task/XInteractionRequest.idl | 2 +- udkapi/com/sun/star/uno/XInterface.idl | 2 +- 18 files changed, 22 insertions(+), 22 deletions(-) (limited to 'udkapi/com') diff --git a/udkapi/com/sun/star/beans/XExactName.idl b/udkapi/com/sun/star/beans/XExactName.idl index 6ed99ca6ec9a..13663f514fcd 100644 --- a/udkapi/com/sun/star/beans/XExactName.idl +++ b/udkapi/com/sun/star/beans/XExactName.idl @@ -44,7 +44,7 @@ published interface XExactName: com::sun::star::uno::XInterface { /** @returns - the exact name for a given aprroximate name. + the exact name for a given approximate name.

For example "getExactName" could be returned for "GETEXACTNAME" when "GETEXACTNAME" was used by a case insensitive scripting language.

diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl index 55a0f7812068..fac3578ab19f 100644 --- a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl +++ b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl @@ -37,7 +37,7 @@ published interface XPropertiesChangeListener: com::sun::star::lang::XEventListe @param aEvent contains a sequence of PropertyChangeEvent objects - which describe the event source and the properites that have + which describe the event source and the properties that have changed. */ void propertiesChange( [in] sequence aEvent ); diff --git a/udkapi/com/sun/star/bridge/oleautomation/Date.idl b/udkapi/com/sun/star/bridge/oleautomation/Date.idl index b65556a3b9d6..cc6b886b40f1 100644 --- a/udkapi/com/sun/star/bridge/oleautomation/Date.idl +++ b/udkapi/com/sun/star/bridge/oleautomation/Date.idl @@ -24,7 +24,7 @@ module com { module sun { module star { module bridge { module oleautomation /** is the UNO representation of the Automation type DATE.

- A DATE could actually be representd as`double` in + A DATE could actually be represented as `double` in UNO and therefore a typedef from `double` to a date type would do. But a typedef cannot be expressed in all language bindings. In the case where no typedefs are supported the actual type is used. That is, a diff --git a/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl b/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl index 0188446bc3f5..a01054d6d743 100644 --- a/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl +++ b/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl @@ -23,9 +23,9 @@ module com { module sun { module star { module bridge { module oleautomation { /** contains a value that is used as argument in a "property put" - operation on a Automation object. + operation on an Automation object.

- If a Automation object is converted into a UNO object by a scripting + If an Automation object is converted into a UNO object by a scripting bridge, such as com::sun::star::bridge::oleautomation::BridgeSupplier, then it is accessed through the diff --git a/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl b/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl index 2a96cb547f9a..3d38578ed25a 100644 --- a/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl +++ b/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module bridge { module oleautomation /** a tagging interface for UNO objects which represent Automation objects.

- If a Automation object is bridged into the UNO environment, then + If an Automation object is bridged into the UNO environment, then the resulting UNO object does not distinguish itself from any other ordinary UNO object. However, it may be desirable to have that distinction regardless, if a UNO client needs to take diff --git a/udkapi/com/sun/star/container/XEnumerableMap.idl b/udkapi/com/sun/star/container/XEnumerableMap.idl index 06d982447069..74470f9d9873 100644 --- a/udkapi/com/sun/star/container/XEnumerableMap.idl +++ b/udkapi/com/sun/star/container/XEnumerableMap.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module container {

Implementations of this interface might decide to support only isolated enumerators, or only non-isolated enumerators. Again, it's up to the service to specify this. Requesting an - enumerator type which is not supported will generally result in an com::sun::star::lang::NoSupportException + enumerator type which is not supported will generally result in a com::sun::star::lang::NoSupportException being thrown.

*/ interface XEnumerableMap : XMap diff --git a/udkapi/com/sun/star/io/SequenceOutputStream.idl b/udkapi/com/sun/star/io/SequenceOutputStream.idl index 4e9dcf821d7e..64ac49a158c1 100644 --- a/udkapi/com/sun/star/io/SequenceOutputStream.idl +++ b/udkapi/com/sun/star/io/SequenceOutputStream.idl @@ -25,7 +25,7 @@ module com { module sun { module star { module io { -/** This service allows to wrap a sequence of bytes with a output stream object. +/** This service allows to wrap a sequence of bytes with an output stream object. */ service SequenceOutputStream : XSequenceOutputStream; diff --git a/udkapi/com/sun/star/io/XInputStream.idl b/udkapi/com/sun/star/io/XInputStream.idl index 11d40319937d..c4fa25eb8c22 100644 --- a/udkapi/com/sun/star/io/XInputStream.idl +++ b/udkapi/com/sun/star/io/XInputStream.idl @@ -58,7 +58,7 @@ published interface XInputStream: com::sun::star::uno::XInterface
  • neither caller nor callee keep a second reference to the same sequence.
  • the sequence is pre-allocated with the requested number of bytes. -
  • the same sequence is reused (simply preallocationg a new +
  • the same sequence is reused (simply preallocating a new sequence for every call bears no advantage).
  • the call is not bridged (e.g., between different compilers or different processes). diff --git a/udkapi/com/sun/star/java/InvalidJavaSettingsException.idl b/udkapi/com/sun/star/java/InvalidJavaSettingsException.idl index a126d2483804..85297053d812 100644 --- a/udkapi/com/sun/star/java/InvalidJavaSettingsException.idl +++ b/udkapi/com/sun/star/java/InvalidJavaSettingsException.idl @@ -25,7 +25,7 @@ module com { module sun { module star { module java { -/** indicates a the Java settings have been modified. +/** indicates the Java settings have been modified.

    The Java framework uses a configuration file, which can be used by distributors to determine what versions are supported. If this diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl index 2177207b14d9..702ffae1b68e 100644 --- a/udkapi/com/sun/star/lang/XConnectionPoint.idl +++ b/udkapi/com/sun/star/lang/XConnectionPoint.idl @@ -125,7 +125,7 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface connection point container. @throws ListenerExistException - if it is a unicast broadcaster and a listener is already set. + if it is an unicast broadcaster and a listener is already set. @throws InvalidListenerException if the listener does not supply the needed interfaces. diff --git a/udkapi/com/sun/star/reflection/XPublished.idl b/udkapi/com/sun/star/reflection/XPublished.idl index 75d5266bdf86..b7d8f13c39a0 100644 --- a/udkapi/com/sun/star/reflection/XPublished.idl +++ b/udkapi/com/sun/star/reflection/XPublished.idl @@ -25,7 +25,7 @@ module com { module sun { module star { module reflection { /** - Reflects the “published” status of a UNOIDL entity. + Reflects the “published” status of a UNOIDL entity.

    This interface is intended to be supported by objects that also support com::sun::star::reflection::XTypeDescription. @@ -88,7 +88,7 @@ module com { module sun { module star { module reflection { */ interface XPublished { /** - Returns the “published” status of a UNOIDL entity. + Returns the “published” status of an UNOIDL entity. @return `TRUE` if the UNOIDL entity represented by this object is published diff --git a/udkapi/com/sun/star/registry/NestedRegistry.idl b/udkapi/com/sun/star/registry/NestedRegistry.idl index 8e93fa006228..f8a8f0f03106 100644 --- a/udkapi/com/sun/star/registry/NestedRegistry.idl +++ b/udkapi/com/sun/star/registry/NestedRegistry.idl @@ -65,7 +65,7 @@

    openKey
    -
    returns a virtual key which is specified in registy1 or registry2. +
    returns a virtual key which is specified in registry1 or registry2.
    deleteKey diff --git a/udkapi/com/sun/star/registry/RegistryValueType.idl b/udkapi/com/sun/star/registry/RegistryValueType.idl index 81cca13e9054..0134fd761502 100644 --- a/udkapi/com/sun/star/registry/RegistryValueType.idl +++ b/udkapi/com/sun/star/registry/RegistryValueType.idl @@ -49,7 +49,7 @@ published enum RegistryValueType /** the type of the key is LONGLIST. */ LONGLIST, - /** the type of the key is a ASCIILIST. + /** the type of the key is an ASCIILIST. */ ASCIILIST, /** the type of the key is a STRINGLIST. diff --git a/udkapi/com/sun/star/registry/XRegistryKey.idl b/udkapi/com/sun/star/registry/XRegistryKey.idl index 522870a44847..bdf36cf56372 100644 --- a/udkapi/com/sun/star/registry/XRegistryKey.idl +++ b/udkapi/com/sun/star/registry/XRegistryKey.idl @@ -210,7 +210,7 @@ published interface XRegistryKey: com::sun::star::uno::XInterface // DOCUMENTATION CHANGED FOR XRegistryKey::getStringListValue /** @returns - a sequence of unicode strings if the key contains an unicode string list value. + a sequence of unicode strings if the key contains a unicode string list value. @throws InvalidRegistryException if the registry is not open. diff --git a/udkapi/com/sun/star/script/XTypeConverter.idl b/udkapi/com/sun/star/script/XTypeConverter.idl index 3bce81ea12da..a335084a9697 100644 --- a/udkapi/com/sun/star/script/XTypeConverter.idl +++ b/udkapi/com/sun/star/script/XTypeConverter.idl @@ -42,7 +42,7 @@ published interface XTypeConverter: com::sun::star::uno::XInterface { /** Converts the value aFrom to the specified type xDestinationType. - Throws an CannotConvertException if the conversion + Throws a CannotConvertException if the conversion failed. @param aFrom source value @@ -59,8 +59,8 @@ published interface XTypeConverter: com::sun::star::uno::XInterface /** Converts the value aFrom to the specified simple type aDestinationType. - Throws an CannotConvertException if the conversion - failed and an com::sun::star::lang::IllegalArgumentException + Throws a CannotConvertException if the conversion + failed and a com::sun::star::lang::IllegalArgumentException if the destination com::sun::star::uno::TypeClass is not simple, e.g. not long or byte. diff --git a/udkapi/com/sun/star/security/AccessControlException.idl b/udkapi/com/sun/star/security/AccessControlException.idl index 69660dd4a0ba..bf429351cc34 100644 --- a/udkapi/com/sun/star/security/AccessControlException.idl +++ b/udkapi/com/sun/star/security/AccessControlException.idl @@ -36,7 +36,7 @@ published exception AccessControlException : com::sun::star::uno::SecurityExcept @attention If it is the case, that XAccessController::checkPermission() was called - passing a sequence< any >, i.e. a sequence of paermissions are demanded, + passing a sequence< any >, i.e. a sequence of permissions are demanded, then this any holds the sequence of lacking permissions in the same order as they were passed to XAccessController::checkPermission(). */ diff --git a/udkapi/com/sun/star/task/XInteractionRequest.idl b/udkapi/com/sun/star/task/XInteractionRequest.idl index a1bc790614cc..3738ce1b4d7f 100644 --- a/udkapi/com/sun/star/task/XInteractionRequest.idl +++ b/udkapi/com/sun/star/task/XInteractionRequest.idl @@ -34,7 +34,7 @@ published interface XInteractionRequest: com::sun::star::uno::XInterface /** Get information about the request itself. @returns - an com::sun::star::uno::Exception, wrapped as an + a com::sun::star::uno::Exception, wrapped as an `any`. */ any getRequest(); diff --git a/udkapi/com/sun/star/uno/XInterface.idl b/udkapi/com/sun/star/uno/XInterface.idl index 57f06dbd42fa..f8632a8e47c7 100644 --- a/udkapi/com/sun/star/uno/XInterface.idl +++ b/udkapi/com/sun/star/uno/XInterface.idl @@ -51,7 +51,7 @@ published interface XInterface The queryInterface() method is the entry point to obtain other interfaces which are exported by the object. The caller asks the implementation of the object, if it supports the interface specified by the type argument. The call may either - return with a interface reference of the requested type or with a void any. + return with an interface reference of the requested type or with a void any.

    There are certain specifications, a queryInterface() implementation must not violate. -- cgit