summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-13 10:32:24 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-13 10:36:21 +0200
commitd1449a9b990bf054adeb66c2bab871ce396cca18 (patch)
tree59821f7dec938e0f1e0ff330b1de849e5cb9bc47 /udkapi/com/sun/star/lang
parentbc7202aad393b17d0e2545001f7f869f683a7ec7 (diff)
Bin pointless "DocMerge" comment lines
Change-Id: I8eb2116b39929770f00e30d5ab9ca2c28c988e35
Diffstat (limited to 'udkapi/com/sun/star/lang')
-rw-r--r--udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl2
-rw-r--r--udkapi/com/sun/star/lang/ClassNotFoundException.idl2
-rw-r--r--udkapi/com/sun/star/lang/DisposedException.idl2
-rw-r--r--udkapi/com/sun/star/lang/EventObject.idl3
-rw-r--r--udkapi/com/sun/star/lang/IllegalAccessException.idl2
-rw-r--r--udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl2
-rw-r--r--udkapi/com/sun/star/lang/InvalidListenerException.idl2
-rw-r--r--udkapi/com/sun/star/lang/ListenerExistException.idl2
-rw-r--r--udkapi/com/sun/star/lang/Locale.idl7
-rw-r--r--udkapi/com/sun/star/lang/NoSuchFieldException.idl2
-rw-r--r--udkapi/com/sun/star/lang/NoSuchMethodException.idl2
-rw-r--r--udkapi/com/sun/star/lang/NullPointerException.idl2
-rw-r--r--udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl2
-rw-r--r--udkapi/com/sun/star/lang/SystemDependent.idl18
-rw-r--r--udkapi/com/sun/star/lang/WrappedTargetException.idl4
-rw-r--r--udkapi/com/sun/star/lang/XComponent.idl8
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPoint.idl12
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPointContainer.idl10
-rw-r--r--udkapi/com/sun/star/lang/XEventListener.idl4
-rw-r--r--udkapi/com/sun/star/lang/XInitialization.idl4
-rw-r--r--udkapi/com/sun/star/lang/XLocalizable.idl6
-rw-r--r--udkapi/com/sun/star/lang/XServiceName.idl4
22 files changed, 0 insertions, 102 deletions
diff --git a/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl b/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
index 432026d567f4..a0deac4edcd5 100644
--- a/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
+++ b/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: exception com::sun::star::lang::ArrayIndexOutOfBoundsException
/** This exception is thrown to indicate that an array has been
accessed with an illegal index.
diff --git a/udkapi/com/sun/star/lang/ClassNotFoundException.idl b/udkapi/com/sun/star/lang/ClassNotFoundException.idl
index 5780755c080c..ef3c228a3112 100644
--- a/udkapi/com/sun/star/lang/ClassNotFoundException.idl
+++ b/udkapi/com/sun/star/lang/ClassNotFoundException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: exception com::sun::star::lang::ClassNotFoundException
/** This exception is thrown when an application tries to load
the information on the type through its string name.
*/
diff --git a/udkapi/com/sun/star/lang/DisposedException.idl b/udkapi/com/sun/star/lang/DisposedException.idl
index f10db6a6d543..6f26cc899d3d 100644
--- a/udkapi/com/sun/star/lang/DisposedException.idl
+++ b/udkapi/com/sun/star/lang/DisposedException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: exception com::sun::star::lang::DisposedException
/** This exception occurs if the object behind this interface has been
disposed before and can't uphold its method specification anymore.
diff --git a/udkapi/com/sun/star/lang/EventObject.idl b/udkapi/com/sun/star/lang/EventObject.idl
index 1061cd23af11..3fa039fb334d 100644
--- a/udkapi/com/sun/star/lang/EventObject.idl
+++ b/udkapi/com/sun/star/lang/EventObject.idl
@@ -25,14 +25,11 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: struct com::sun::star::lang::EventObject
/** specifies the base for all event objects and identifies the
source of the event.
*/
published struct EventObject
{
- // DocMerge from xml: field com::sun::star::lang::EventObject::Source
/** refers to the object that fired the event.
*/
com::sun::star::uno::XInterface Source;
diff --git a/udkapi/com/sun/star/lang/IllegalAccessException.idl b/udkapi/com/sun/star/lang/IllegalAccessException.idl
index 8c13be4c6329..e4fb8fd7b110 100644
--- a/udkapi/com/sun/star/lang/IllegalAccessException.idl
+++ b/udkapi/com/sun/star/lang/IllegalAccessException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: exception com::sun::star::lang::IllegalAccessException
/** This exception is thrown when an application tries to change
a constant property.
*/
diff --git a/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl b/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
index 18d02e76717d..6c64ef7a07b7 100644
--- a/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
+++ b/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: exception com::sun::star::lang::IndexOutOfBoundsException
/** This exception is thrown to indicate that a container has been
accessed with an illegal index.
diff --git a/udkapi/com/sun/star/lang/InvalidListenerException.idl b/udkapi/com/sun/star/lang/InvalidListenerException.idl
index be451657352e..44324fe80810 100644
--- a/udkapi/com/sun/star/lang/InvalidListenerException.idl
+++ b/udkapi/com/sun/star/lang/InvalidListenerException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: exception com::sun::star::lang::InvalidListenerException
/** is thrown by the <member>XConnectionPoint::advice</member> method
to indicate that the listener has not supplied the necessary
interface.
diff --git a/udkapi/com/sun/star/lang/ListenerExistException.idl b/udkapi/com/sun/star/lang/ListenerExistException.idl
index 27c72b1ed05d..35d9d3d0ca7f 100644
--- a/udkapi/com/sun/star/lang/ListenerExistException.idl
+++ b/udkapi/com/sun/star/lang/ListenerExistException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: exception com::sun::star::lang::ListenerExistException
/** is thrown by the <member>XConnectionPoint::advise</member> method
to indicate that there is only one listener allowed.
diff --git a/udkapi/com/sun/star/lang/Locale.idl b/udkapi/com/sun/star/lang/Locale.idl
index 88e0baed5165..3bcf06d52b27 100644
--- a/udkapi/com/sun/star/lang/Locale.idl
+++ b/udkapi/com/sun/star/lang/Locale.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: struct com::sun::star::lang::Locale
/** object represents a specific geographical, political, or cultural region.
<p>An operation that requires a <code>Locale</code> to perform
@@ -53,7 +51,6 @@ module com { module sun { module star { module lang {
*/
published struct Locale
{
- // DocMerge from xml: field com::sun::star::lang::Locale::Language
/** specifies an <strong>ISO Language Code</strong>.
<p>These codes are the lower-case two-letter codes as defined by
@@ -68,8 +65,6 @@ published struct Locale
*/
string Language;
-
- // DocMerge from xml: field com::sun::star::lang::Locale::Country
/** specifies an <strong>ISO Country Code.</strong>
<p>These codes are the upper-case two-letter codes as
@@ -84,8 +79,6 @@ published struct Locale
*/
string Country;
-
- // DocMerge from xml: field com::sun::star::lang::Locale::Variant
/** contains a variant of the locale; codes are vendor and
browser-specific.
diff --git a/udkapi/com/sun/star/lang/NoSuchFieldException.idl b/udkapi/com/sun/star/lang/NoSuchFieldException.idl
index 677a4885b229..72c2125e2248 100644
--- a/udkapi/com/sun/star/lang/NoSuchFieldException.idl
+++ b/udkapi/com/sun/star/lang/NoSuchFieldException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: exception com::sun::star::lang::NoSuchFieldException
/** signals that the class does not have a field of a specified name.
*/
published exception NoSuchFieldException: com::sun::star::uno::Exception
diff --git a/udkapi/com/sun/star/lang/NoSuchMethodException.idl b/udkapi/com/sun/star/lang/NoSuchMethodException.idl
index d7ae3175ba84..5511cc489b55 100644
--- a/udkapi/com/sun/star/lang/NoSuchMethodException.idl
+++ b/udkapi/com/sun/star/lang/NoSuchMethodException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: exception com::sun::star::lang::NoSuchMethodException
/** signals that the interface does not have a method of a specified name.
*/
published exception NoSuchMethodException: com::sun::star::uno::Exception
diff --git a/udkapi/com/sun/star/lang/NullPointerException.idl b/udkapi/com/sun/star/lang/NullPointerException.idl
index 05169bce9404..e3bed8468dab 100644
--- a/udkapi/com/sun/star/lang/NullPointerException.idl
+++ b/udkapi/com/sun/star/lang/NullPointerException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: exception com::sun::star::lang::NullPointerException
/** This exception is thrown when an application attempts to use
<NULL/> in a case where an object is required.
diff --git a/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl b/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
index 3cf7ec3b98c5..bbf7447d32fe 100644
--- a/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
+++ b/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: exception com::sun::star::lang::ServiceNotRegisteredException
/** This exception is thrown when a needed service is not found.
<p>Applications should throw instances of this class to indicate
diff --git a/udkapi/com/sun/star/lang/SystemDependent.idl b/udkapi/com/sun/star/lang/SystemDependent.idl
index 9c22fc95fd4d..89447b467f59 100644
--- a/udkapi/com/sun/star/lang/SystemDependent.idl
+++ b/udkapi/com/sun/star/lang/SystemDependent.idl
@@ -23,8 +23,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from idl: constants com::sun::star::lang::SystemDependent
/** These constants are used to specify systems which depend on return values.
<p> You should avoid system-dependent methods if possible.
@@ -48,24 +46,18 @@ module com { module sun { module star { module lang {
*/
published constants SystemDependent
{
-
- // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_WIN32
/** The called interface method returns a value specified for Windows.
<p>These are Windows XP or higher. </p>
*/
const short SYSTEM_WIN32 = 1;
-
- // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_WIN16
/** The called interface method returns a value specified for 16-bit Windows.
<p>This is Windows 3.11. </p>
*/
const short SYSTEM_WIN16 = 2;
-
- // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_JAVA
/** The called interface method returns a value specified for Java.
<p>These are <em>JRE 1.1</em>, <em>JRE 1.2</em>, <em>JDK 1.1</em>,
@@ -77,31 +69,21 @@ published constants SystemDependent
*/
const short SYSTEM_JAVA = 3;
-
- // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_OS2
/** The called interface method returns a value specified for <em>OS/2</em>.
*/
const short SYSTEM_OS2 = 4;
-
- // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_MAC
/** The called interface method returns a value specified for <em>Mac OS X</em>.
*/
const short SYSTEM_MAC = 5;
-
- // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_XWINDOW
/** The called interface method returns a value specified for the <em>X Window System</em>.
*/
const short SYSTEM_XWINDOW = 6;
-
- // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_IOS
/** The called interface method returns a value specified for <em>iOS</em>.
*/
const short SYSTEM_IOS = 7;
-
- // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_ANDROID
/** The called interface method returns a value specified for <em>Android</em>.
*/
const short SYSTEM_ANDROID = 8;
diff --git a/udkapi/com/sun/star/lang/WrappedTargetException.idl b/udkapi/com/sun/star/lang/WrappedTargetException.idl
index 86a81a04a072..de07139b82c0 100644
--- a/udkapi/com/sun/star/lang/WrappedTargetException.idl
+++ b/udkapi/com/sun/star/lang/WrappedTargetException.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: exception com::sun::star::lang::WrappedTargetException
/** This is a checked exception that wraps an exception thrown
by the original target.
@@ -38,8 +36,6 @@ module com { module sun { module star { module lang {
*/
published exception WrappedTargetException: com::sun::star::uno::Exception
{
-
- // DocMerge from xml: field com::sun::star::lang::WrappedTargetException::TargetException
/** The exception is thrown by the target.
*/
any TargetException;
diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index f7bc63967e55..a40e24f0b7ad 100644
--- a/udkapi/com/sun/star/lang/XComponent.idl
+++ b/udkapi/com/sun/star/lang/XComponent.idl
@@ -26,8 +26,6 @@ module com { module sun { module star { module lang {
published interface XEventListener;
-
-// DocMerge from xml: interface com::sun::star::lang::XComponent
/** allows to exclicitly free resources and break cyclic references.
<p>Actually the real lifetime of an UNO object is controlled by
@@ -43,8 +41,6 @@ module com { module sun { module star { module lang {
*/
published interface XComponent: com::sun::star::uno::XInterface
{
-
- // DocMerge from xml: method com::sun::star::lang::XComponent::dispose
/** The owner of an object calls this method to explicitly free all
resources kept by this object and thus break cyclic references.
@@ -76,8 +72,6 @@ published interface XComponent: com::sun::star::uno::XInterface
*/
void dispose();
-
- // DocMerge from xml: method com::sun::star::lang::XComponent::addEventListener
/** adds an event listener to the object.
<p>The broadcaster fires the disposing method of this listener
@@ -100,8 +94,6 @@ published interface XComponent: com::sun::star::uno::XInterface
*/
void addEventListener( [in] XEventListener xListener );
-
- // DocMerge from xml: method com::sun::star::lang::XComponent::removeEventListener
/** removes an event listener from the listener list.
<p>It is a "noop" if the specified listener is not registered.</p>
diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl
index 08b78b23c9d6..90e9dcd0bbee 100644
--- a/udkapi/com/sun/star/lang/XConnectionPoint.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPoint.idl
@@ -30,8 +30,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from idl: interface com::sun::star::lang::XConnectionPoint
/** supports connection points for connectable objects.
<p>Connectable objects support the following features: </p>
@@ -90,8 +88,6 @@ module com { module sun { module star { module lang {
*/
published interface XConnectionPoint: com::sun::star::uno::XInterface
{
-
- // DocMerge from idl: method com::sun::star::lang::XConnectionPoint::getConnectionType
/** @returns
the type of the outgoing interface managed by this
connection point.
@@ -108,8 +104,6 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
*/
type getConnectionType();
-
- // DocMerge from idl: method com::sun::star::lang::XConnectionPoint::getConnectionPointContainer
/** @returns
the <type>XConnectionPointContainer</type> interface on
the parent connectable object.
@@ -118,8 +112,6 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
*/
com::sun::star::lang::XConnectionPointContainer getConnectionPointContainer();
-
- // DocMerge from idl: method com::sun::star::lang::XConnectionPoint::advise
/** creates a connection between a connection point and a
client's sink, where the sink implements the outgoing interface
supported by this connection point.
@@ -147,8 +139,6 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
raises( com::sun::star::lang::ListenerExistException,
com::sun::star::lang::InvalidListenerException );
-
- // DocMerge from idl: method com::sun::star::lang::XConnectionPoint::unadvise
/** terminates a notification previously set up with advise.
<p>A few <code>remove...Listener</code> methods need additional
@@ -164,8 +154,6 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
*/
void unadvise( [in] com::sun::star::uno::XInterface xListener );
-
- // DocMerge from idl: method com::sun::star::lang::XConnectionPoint::getConnections
/** @returns
a sequence of all currently advised connections.
*/
diff --git a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
index 54ca701e989d..7135e975d58d 100644
--- a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
@@ -26,8 +26,6 @@ module com { module sun { module star { module lang {
published interface XConnectionPoint;
-
-// DocMerge from xml: interface com::sun::star::lang::XConnectionPointContainer
/** makes it possible to locate a specific connection point
for a specified UIK and manages a sequence of connections points.
@@ -40,16 +38,12 @@ module com { module sun { module star { module lang {
*/
published interface XConnectionPointContainer: com::sun::star::uno::XInterface
{
-
- // DocMerge from idl: method com::sun::star::lang::XConnectionPointContainer::getConnectionPointTypes
/** @returns
a sequence of all outgoing types; specifies which are supported
by this connectable object.
*/
sequence<type> getConnectionPointTypes();
-
- // DocMerge from idl: method com::sun::star::lang::XConnectionPointContainer::queryConnectionPoint
/** @returns
an <type>XConnectionPoint</type> interface of a
connection point for a specified type if that type
@@ -61,8 +55,6 @@ published interface XConnectionPointContainer: com::sun::star::uno::XInterface
*/
XConnectionPoint queryConnectionPoint( [in] type aType );
-
- // DocMerge from xml: method com::sun::star::lang::XConnectionPointContainer::advise
/** creates a connection between this object and a
client's sink, where the sink implements the outgoing
interface specified with ID.
@@ -80,8 +72,6 @@ published interface XConnectionPointContainer: com::sun::star::uno::XInterface
void advise( [in] type aType,
[in] com::sun::star::uno::XInterface xListener );
-
- // DocMerge from xml: method com::sun::star::lang::XConnectionPointContainer::unadvise
/** terminates a notification previously set up with
advise at the container or at the suitable connection point.
diff --git a/udkapi/com/sun/star/lang/XEventListener.idl b/udkapi/com/sun/star/lang/XEventListener.idl
index 6faef728f0c2..7b8aaf23448c 100644
--- a/udkapi/com/sun/star/lang/XEventListener.idl
+++ b/udkapi/com/sun/star/lang/XEventListener.idl
@@ -27,14 +27,10 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: interface com::sun::star::lang::XEventListener
/** base interface for all event listeners interfaces.
*/
published interface XEventListener: com::sun::star::uno::XInterface
{
-
- // DocMerge from xml: method com::sun::star::lang::XEventListener::disposing
/** gets called when the broadcaster is about to be disposed.
<p>All listeners and all other objects, which reference the
diff --git a/udkapi/com/sun/star/lang/XInitialization.idl b/udkapi/com/sun/star/lang/XInitialization.idl
index 36e494527d39..f2f19e3cf9ef 100644
--- a/udkapi/com/sun/star/lang/XInitialization.idl
+++ b/udkapi/com/sun/star/lang/XInitialization.idl
@@ -27,8 +27,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: interface com::sun::star::lang::XInitialization
/** initializes an object directly after its creation.
<p>This interface works together with factories. If you want to
@@ -47,8 +45,6 @@ module com { module sun { module star { module lang {
*/
published interface XInitialization: com::sun::star::uno::XInterface
{
-
- // DocMerge from xml: method com::sun::star::lang::XInitialization::initialize
/** initializes the object.
<p>It should be called directly after the object is created.
diff --git a/udkapi/com/sun/star/lang/XLocalizable.idl b/udkapi/com/sun/star/lang/XLocalizable.idl
index c556348ad714..da79f4f1018b 100644
--- a/udkapi/com/sun/star/lang/XLocalizable.idl
+++ b/udkapi/com/sun/star/lang/XLocalizable.idl
@@ -26,20 +26,14 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: interface com::sun::star::lang::XLocalizable
/** makes it possible to set a <type>Locale</type> to be used by the object.
*/
published interface XLocalizable: com::sun::star::uno::XInterface
{
-
- // DocMerge from xml: method com::sun::star::lang::XLocalizable::setLocale
/** sets the locale to be used by this object.
*/
void setLocale( [in] Locale eLocale );
-
- // DocMerge from idl: method com::sun::star::lang::XLocalizable::getLocale
/** @returns
the locale, which is used by this object.
*/
diff --git a/udkapi/com/sun/star/lang/XServiceName.idl b/udkapi/com/sun/star/lang/XServiceName.idl
index cf8935c06d0d..74da0504348c 100644
--- a/udkapi/com/sun/star/lang/XServiceName.idl
+++ b/udkapi/com/sun/star/lang/XServiceName.idl
@@ -25,15 +25,11 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: interface com::sun::star::lang::XServiceName
/** identifies the object with a service name which can be used to create
such an object by a factory.
*/
published interface XServiceName: com::sun::star::uno::XInterface
{
-
- // DocMerge from idl: method com::sun::star::lang::XServiceName::getServiceName
/** @returns
the service name that can be used to create such an object
by a factory.