From bb6503dd081ebb4d11929ab1946eea8d60dd817c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 23:21:10 +0200 Subject: *api: convert remaining sed -i "s,\([^<]\+\),\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec --- udkapi/com/sun/star/beans/MethodConcept.idl | 4 ++-- udkapi/com/sun/star/beans/PropertyConcept.idl | 4 ++-- udkapi/com/sun/star/bridge/XBridgeSupplier2.idl | 2 +- .../star/bridge/oleautomation/NamedArgument.idl | 2 +- udkapi/com/sun/star/io/TextInputStream.idl | 2 +- udkapi/com/sun/star/io/TextOutputStream.idl | 2 +- udkapi/com/sun/star/io/XActiveDataControl.idl | 4 ++-- udkapi/com/sun/star/io/XInputStreamProvider.idl | 2 +- udkapi/com/sun/star/io/XStreamListener.idl | 4 ++-- udkapi/com/sun/star/io/XTextInputStream.idl | 2 +- udkapi/com/sun/star/lang/XConnectionPoint.idl | 2 +- .../star/loader/CannotActivateFactoryException.idl | 2 +- .../XTypeDescriptionEnumerationAccess.idl | 2 +- .../CannotRegisterImplementationException.idl | 2 +- udkapi/com/sun/star/script/FinishEngineEvent.idl | 4 ++-- udkapi/com/sun/star/uno/XAggregation.idl | 28 +++++++++++----------- 16 files changed, 34 insertions(+), 34 deletions(-) (limited to 'udkapi/com') diff --git a/udkapi/com/sun/star/beans/MethodConcept.idl b/udkapi/com/sun/star/beans/MethodConcept.idl index 375848a7be6c..06db2ec3e802 100644 --- a/udkapi/com/sun/star/beans/MethodConcept.idl +++ b/udkapi/com/sun/star/beans/MethodConcept.idl @@ -36,8 +36,8 @@ published constants MethodConcept { /** This value is used to query for all methods, see - XIntrospectionAccess::getMethod() and - XIntrospectionAccess::getMethods() + XIntrospectionAccess::getMethod() and + XIntrospectionAccess::getMethods() */ const long ALL = -1; diff --git a/udkapi/com/sun/star/beans/PropertyConcept.idl b/udkapi/com/sun/star/beans/PropertyConcept.idl index 9eae8b2b813e..9cc007350961 100644 --- a/udkapi/com/sun/star/beans/PropertyConcept.idl +++ b/udkapi/com/sun/star/beans/PropertyConcept.idl @@ -39,8 +39,8 @@ published constants PropertyConcept /** This value is used to query for all properties. See - XIntrospectionAccess::getProperty() and - XIntrospectionAccess::getProperties() + XIntrospectionAccess::getProperty() and + XIntrospectionAccess::getProperties() */ const long ALL = -1; diff --git a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl index 8f179ef6f425..2bb9ca354e93 100644 --- a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl +++ b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl @@ -80,7 +80,7 @@

Any implementation can supply its own bridges to other object models by implementing this interface and returning the bridge - when the method XBridgeSupplier2::createBridge() + when the method XBridgeSupplier2::createBridge() is called with itself as the first parameter.

@see com::sun::star::bridge::OleBridgeSupplier2 diff --git a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl index f084bbbffc69..6f81091f4ce0 100644 --- a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl +++ b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module bridge { module oleautomation struct NamedArgument { /** The name of the argument, for which - NamedArgument::Value is intended. + NamedArgument::Value is intended. */ string Name; diff --git a/udkapi/com/sun/star/io/TextInputStream.idl b/udkapi/com/sun/star/io/TextInputStream.idl index 321bf3e5405d..603053e65e9f 100644 --- a/udkapi/com/sun/star/io/TextInputStream.idl +++ b/udkapi/com/sun/star/io/TextInputStream.idl @@ -29,7 +29,7 @@ module com { module sun { module star { module io { /** provides functionality to read text data from a com::sun::star::io::XInputStream that initially has to be passed to the method - XActiveDataSink::setInputStream(). + XActiveDataSink::setInputStream().

For details about the text functionality see com::sun::star::io::XTextInputStream. diff --git a/udkapi/com/sun/star/io/TextOutputStream.idl b/udkapi/com/sun/star/io/TextOutputStream.idl index a123e1272ae4..055335912bcd 100644 --- a/udkapi/com/sun/star/io/TextOutputStream.idl +++ b/udkapi/com/sun/star/io/TextOutputStream.idl @@ -28,7 +28,7 @@ module com { module sun { module star { module io { /** provides functionality to write text data to a com::sun::star::io::XOutputStream that initially has to be passed to the method - XActiveDataSource::setOutputStream(). + XActiveDataSource::setOutputStream().

For details about the text functionality see com::sun::star::io::XTextOutputStream. diff --git a/udkapi/com/sun/star/io/XActiveDataControl.idl b/udkapi/com/sun/star/io/XActiveDataControl.idl index 04334fe0a1d0..57af66322079 100644 --- a/udkapi/com/sun/star/io/XActiveDataControl.idl +++ b/udkapi/com/sun/star/io/XActiveDataControl.idl @@ -49,8 +49,8 @@ published interface XActiveDataControl: com::sun::star::uno::XInterface /** starts I/O. -

Either XActiveDataControl::setInputStream() or - XActiveDataControl::setOutputStream() must be called beforehand. +

Either XActiveDataControl::setInputStream() or + XActiveDataControl::setOutputStream() must be called beforehand.

This method does not block the thread, so reading is diff --git a/udkapi/com/sun/star/io/XInputStreamProvider.idl b/udkapi/com/sun/star/io/XInputStreamProvider.idl index 18e41a119d71..54a54b832209 100644 --- a/udkapi/com/sun/star/io/XInputStreamProvider.idl +++ b/udkapi/com/sun/star/io/XInputStreamProvider.idl @@ -29,7 +29,7 @@ module com { module sun { module star { module io {

Every time createInputStream() is called a new input stream is returned, always pointing to the begin of the same data. All - input streams returned by createInputStream() + input streams returned by createInputStream() are completely independend from each other.

*/ published interface XInputStreamProvider : com::sun::star::uno::XInterface diff --git a/udkapi/com/sun/star/io/XStreamListener.idl b/udkapi/com/sun/star/io/XStreamListener.idl index ed8faa0dba4e..3f9604d16354 100644 --- a/udkapi/com/sun/star/io/XStreamListener.idl +++ b/udkapi/com/sun/star/io/XStreamListener.idl @@ -37,11 +37,11 @@ published interface XStreamListener: com::sun::star::lang::XEventListener transfer is terminated from outside.

The termination could be done using the method - XActiveDataControl::terminate().

+ XActiveDataControl::terminate().

*/ void closed(); - /** gets called when XActiveDataControl::terminate() is called. + /** gets called when XActiveDataControl::terminate() is called. */ void terminated(); diff --git a/udkapi/com/sun/star/io/XTextInputStream.idl b/udkapi/com/sun/star/io/XTextInputStream.idl index dc1ea2606070..85330556a78d 100644 --- a/udkapi/com/sun/star/io/XTextInputStream.idl +++ b/udkapi/com/sun/star/io/XTextInputStream.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module io {

This interfaces allows to read strings separated by delimiters and to read lines. The character encoding - to be used can be set by setEncoding(). + to be used can be set by setEncoding(). Default encoding is "utf8".

*/ published interface XTextInputStream: com::sun::star::io::XInputStream diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl index 8848371130d8..68b3d946f4ff 100644 --- a/udkapi/com/sun/star/lang/XConnectionPoint.idl +++ b/udkapi/com/sun/star/lang/XConnectionPoint.idl @@ -64,7 +64,7 @@ module com { module sun { module star { module lang {

Each connection point is a separate sub-object to avoid circular reference counting problems. A connection point controls how many connections (one or more) it will allow in its implementation of - XConnectionPoint::advise().

+ XConnectionPoint::advise().

When to use?

diff --git a/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl b/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl index 0a7251c1c68e..9b36aee809fa 100644 --- a/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl +++ b/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl @@ -28,7 +28,7 @@ /** indicates an error during component activation

This exception is thrown when an application tries to activate a component factory using the - XImplementationLoader::activate() + XImplementationLoader::activate() method, but the component factory can not be activated.

Possible reasons for this error is a missing shared library or .jar file, diff --git a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl index e609bc6c8cac..45baf7135e7c 100644 --- a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl +++ b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl @@ -75,7 +75,7 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn @param depth specifies the depth of search in the underlying tree of type descriptions. Clients should be aware of the fact that specifiying - TypeDescriptionSearchDepth::INFINITE can lead to + TypeDescriptionSearchDepth::INFINITE can lead to larger delays when constructing or using the XTypeDescriptionEnumeration instance. diff --git a/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl b/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl index 1a3d1346168d..7a666819a980 100644 --- a/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl +++ b/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module registry { /** is thrown when an application tries to register a new component (implementation) using the - XImplementationRegistration::registerImplementation() + XImplementationRegistration::registerImplementation() method, but the component cannot be registered. The reason for this exception could be: