From 28206a7cb43aff5adb10f8235ad1680c3941ee3e Mon Sep 17 00:00:00 2001 From: Pedro Giffuni Date: Tue, 29 Apr 2014 19:25:03 +0000 Subject: Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. --- udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl | 2 +- udkapi/com/sun/star/beans/XMultiPropertySet.idl | 2 +- udkapi/com/sun/star/beans/XPropertiesChangeListener.idl | 2 +- udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl | 2 +- udkapi/com/sun/star/connection/XAcceptor.idl | 2 +- udkapi/com/sun/star/connection/XConnector.idl | 2 +- udkapi/com/sun/star/container/XContainerQuery.idl | 6 +++--- udkapi/com/sun/star/io/ObjectOutputStream.idl | 4 ++-- udkapi/com/sun/star/io/XMarkableStream.idl | 2 +- udkapi/com/sun/star/io/XTextInputStream.idl | 2 +- udkapi/com/sun/star/io/XTextOutputStream.idl | 2 +- udkapi/com/sun/star/lang/XUnoTunnel.idl | 2 +- udkapi/com/sun/star/reflection/CoreReflection.idl | 2 +- udkapi/com/sun/star/reflection/TypeDescriptionManager.idl | 2 +- .../com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl | 4 ++-- udkapi/com/sun/star/registry/DefaultRegistry.idl | 2 +- udkapi/com/sun/star/script/ContextInformation.idl | 4 ++-- udkapi/com/sun/star/script/Converter.idl | 2 +- udkapi/com/sun/star/script/XInvocation2.idl | 6 +++--- udkapi/com/sun/star/script/XLibraryAccess.idl | 2 +- udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl | 2 +- udkapi/com/sun/star/test/XSimpleTest.idl | 2 +- udkapi/com/sun/star/uri/UriReferenceFactory.idl | 2 +- udkapi/com/sun/star/uri/XUriReferenceFactory.idl | 2 +- 24 files changed, 31 insertions(+), 31 deletions(-) (limited to 'udkapi') diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl index 376c0ac12d2c..a3891f397400 100644 --- a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl +++ b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl @@ -70,7 +70,7 @@ module com { module sun { module star { module beans { used to access the elements of the hierarchy, are formed.

-

Commonly a notation similar to filesystem pathes +

Commonly a notation similar to filesystem paths (separated by '/' slashes) or nested module names (separated by dots '.' or '::') is used.

diff --git a/udkapi/com/sun/star/beans/XMultiPropertySet.idl b/udkapi/com/sun/star/beans/XMultiPropertySet.idl index 22aab6eaeed4..1651ffd97c65 100644 --- a/udkapi/com/sun/star/beans/XMultiPropertySet.idl +++ b/udkapi/com/sun/star/beans/XMultiPropertySet.idl @@ -77,7 +77,7 @@ published interface XMultiPropertySet: com::sun::star::uno::XInterface

The values of the properties must change before the bound events are fired. The values of the constrained properties should change after the vetoable events are fired and only if no - exception occured. Unknown properties are ignored.

+ exception occurred. Unknown properties are ignored.

@param aPropertyNames specifies the names of the properties. All names must be unique. diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl index 38d3ed157bcd..ad94397e8644 100644 --- a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl +++ b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl @@ -48,7 +48,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 wich have + which describe the event source and the properites which have changed. */ void propertiesChange( [in] sequence aEvent ); diff --git a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl index e87a84e1c46a..3a41b408a739 100644 --- a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl +++ b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl @@ -85,7 +85,7 @@ published interface XTolerantMultiPropertySet : com::sun::star::uno::XInterface the property name with its value. @returns - An empty sequence if all properties are successfull set. + An empty sequence if all properties are successful set. Otherwise for every property value that could not successfully be set an entry of the diff --git a/udkapi/com/sun/star/connection/XAcceptor.idl b/udkapi/com/sun/star/connection/XAcceptor.idl index fabda41321f7..eda6e4eb9fcd 100644 --- a/udkapi/com/sun/star/connection/XAcceptor.idl +++ b/udkapi/com/sun/star/connection/XAcceptor.idl @@ -47,7 +47,7 @@ published interface XAcceptor: com::sun::star::uno::XInterface @param sConnectionDescription contains the kind of the connection plus a - comma seperated list of attributes, + comma separated list of attributes, e.g., socket,host=localhost,port=2345 for a tcpip connection. @return null reference, diff --git a/udkapi/com/sun/star/connection/XConnector.idl b/udkapi/com/sun/star/connection/XConnector.idl index 6736a2bd83b0..c0d382b89e50 100644 --- a/udkapi/com/sun/star/connection/XConnector.idl +++ b/udkapi/com/sun/star/connection/XConnector.idl @@ -46,7 +46,7 @@ published interface XConnector: com::sun::star::uno::XInterface @param sConnectionDescription contains the kind of the connection plus a - comma seperated list of attributes, + comma separated list of attributes, e.g., socket,host=locahost,port=2345 for a tcpip connection. @throws ConnectionSetupException diff --git a/udkapi/com/sun/star/container/XContainerQuery.idl b/udkapi/com/sun/star/container/XContainerQuery.idl index 1166842c7eb9..2e31c84205b9 100644 --- a/udkapi/com/sun/star/container/XContainerQuery.idl +++ b/udkapi/com/sun/star/container/XContainerQuery.idl @@ -54,7 +54,7 @@ published interface XContainerQuery: com::sun::star::uno::XInterface

Items of this sub set must match used query string. Format of query depends - from real implementation. Using of "param=value" pairs isn't neccessary. + from real implementation. Using of "param=value" pairs isn't necessary. So it's possible to combine different parameters as one simple command string.

@@ -62,7 +62,7 @@ published interface XContainerQuery: com::sun::star::uno::XInterface @param Query items of sub set must match to this query
example:
(1)
- query as parameter sequence to return all elements wich match + query as parameter sequence to return all elements which match the name pattern and supports a special feature; sort it ascending
"name=*myname_??_;sort=ascending;feature=VISIBLE"
(2)
@@ -86,7 +86,7 @@ published interface XContainerQuery: com::sun::star::uno::XInterface @param Properties items of sub set must support given properties as minimum
example:
(supported)
- search for items wich match the name pattern and supports the VISIBLE feature
+ search for items which match the name pattern and supports the VISIBLE feature
Parameters[0].Name = "name"
Parameters[0].Value = "*myname_??_"
Parameters[1].Name = "feature"
diff --git a/udkapi/com/sun/star/io/ObjectOutputStream.idl b/udkapi/com/sun/star/io/ObjectOutputStream.idl index 078368764744..cc3f26a840ba 100644 --- a/udkapi/com/sun/star/io/ObjectOutputStream.idl +++ b/udkapi/com/sun/star/io/ObjectOutputStream.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module io { /** is a stream which allows writing the data of persistent objects.

Implementations of this service must fulfill the specifications of the - DataOutputStream service; futhermore, the stream needs to be chained to a + DataOutputStream service; furthermore, the stream needs to be chained to a XMarkableStream. Therefore, it also provides the XMarkableStream interface, but it delegates the calls to the chained object. The written objects are held until this instance is destroyed. @@ -60,7 +60,7 @@ module com { module sun { module star { module io { Object ObjectData // the data of the object - @garantees + @guarantees