summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uno
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/uno')
-rw-r--r--udkapi/com/sun/star/uno/DeploymentException.idl3
-rw-r--r--udkapi/com/sun/star/uno/Exception.idl4
-rw-r--r--udkapi/com/sun/star/uno/NamingService.idl2
-rw-r--r--udkapi/com/sun/star/uno/RuntimeException.idl3
-rw-r--r--udkapi/com/sun/star/uno/SecurityException.idl3
-rw-r--r--udkapi/com/sun/star/uno/TypeClass.idl3
-rw-r--r--udkapi/com/sun/star/uno/Uik.idl2
-rw-r--r--udkapi/com/sun/star/uno/XAdapter.idl6
-rw-r--r--udkapi/com/sun/star/uno/XAggregation.idl5
-rw-r--r--udkapi/com/sun/star/uno/XInterface.idl5
-rw-r--r--udkapi/com/sun/star/uno/XNamingService.idl2
-rw-r--r--udkapi/com/sun/star/uno/XReference.idl4
-rw-r--r--udkapi/com/sun/star/uno/XUnloadingPreference.idl3
-rw-r--r--udkapi/com/sun/star/uno/XWeak.idl4
14 files changed, 0 insertions, 49 deletions
diff --git a/udkapi/com/sun/star/uno/DeploymentException.idl b/udkapi/com/sun/star/uno/DeploymentException.idl
index 23999398127b..e3f6ef240a4c 100644
--- a/udkapi/com/sun/star/uno/DeploymentException.idl
+++ b/udkapi/com/sun/star/uno/DeploymentException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/RuntimeException.idl>
-//=============================================================================
module com { module sun { module star { module uno {
-//=============================================================================
/** Exception signalling a deployment error.
@@ -36,7 +34,6 @@ published exception DeploymentException : com::sun::star::uno::RuntimeException
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/uno/Exception.idl b/udkapi/com/sun/star/uno/Exception.idl
index d151e303216f..b218803194a0 100644
--- a/udkapi/com/sun/star/uno/Exception.idl
+++ b/udkapi/com/sun/star/uno/Exception.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module uno {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::uno::Exception
/** the base of all UNO exceptions
@@ -42,7 +40,6 @@ published exception Exception
*/
string Message;
- //-------------------------------------------------------------------------
/** should contain a reference to the original, which raised the exception.
<p>May be NULL.</p>
@@ -51,7 +48,6 @@ published exception Exception
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/uno/NamingService.idl b/udkapi/com/sun/star/uno/NamingService.idl
index dc05482dcd0a..4ecaac920fd0 100644
--- a/udkapi/com/sun/star/uno/NamingService.idl
+++ b/udkapi/com/sun/star/uno/NamingService.idl
@@ -23,12 +23,10 @@
module com { module sun { module star { module uno {
-//=============================================================================
/** a simple named object container.
*/
published service NamingService : com::sun::star::uno::XNamingService;
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/uno/RuntimeException.idl b/udkapi/com/sun/star/uno/RuntimeException.idl
index aac5227aaad0..284efd173fe6 100644
--- a/udkapi/com/sun/star/uno/RuntimeException.idl
+++ b/udkapi/com/sun/star/uno/RuntimeException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module uno {
-//=============================================================================
/** This exception or a subclass can occur at every interface method.
<p>
@@ -40,7 +38,6 @@ published exception RuntimeException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/uno/SecurityException.idl b/udkapi/com/sun/star/uno/SecurityException.idl
index 5fd5a76181b5..1713ec777981 100644
--- a/udkapi/com/sun/star/uno/SecurityException.idl
+++ b/udkapi/com/sun/star/uno/SecurityException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/RuntimeException.idl>
-//=============================================================================
module com { module sun { module star { module uno {
-//=============================================================================
/** Base exception for all security related exceptions.
*/
@@ -34,7 +32,6 @@ published exception SecurityException : com::sun::star::uno::RuntimeException
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/uno/TypeClass.idl b/udkapi/com/sun/star/uno/TypeClass.idl
index a6b4203ab43b..8a0e64025602 100644
--- a/udkapi/com/sun/star/uno/TypeClass.idl
+++ b/udkapi/com/sun/star/uno/TypeClass.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_uno_TypeClass_idl__
-//=============================================================================
module com { module sun { module star { module uno {
-//=============================================================================
/** This enum describes all type classes of UNO. Every specific type has a type
class specifying the general context of the reflected type.
@@ -135,7 +133,6 @@ published enum TypeClass
SINGLETON
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/uno/Uik.idl b/udkapi/com/sun/star/uno/Uik.idl
index a1393b6d3708..f3a6358fab14 100644
--- a/udkapi/com/sun/star/uno/Uik.idl
+++ b/udkapi/com/sun/star/uno/Uik.idl
@@ -20,7 +20,6 @@
#define __com_sun_star_uno_Uik_idl__
-//=============================================================================
module com { module sun { module star { module uno {
@@ -52,7 +51,6 @@ published struct Uik
unsigned long m_Data5;
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/uno/XAdapter.idl b/udkapi/com/sun/star/uno/XAdapter.idl
index f7f03c44aea4..222ca548c433 100644
--- a/udkapi/com/sun/star/uno/XAdapter.idl
+++ b/udkapi/com/sun/star/uno/XAdapter.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/uno/XReference.idl>
-//=============================================================================
module com { module sun { module star { module uno {
-//=============================================================================
/** This is the server-side interface to a weak adapter.
@@ -41,14 +39,12 @@
*/
published interface XAdapter: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::uno::XAdapter::queryAdapted
/** queries the adapted object if it is alive.
*/
com::sun::star::uno::XInterface queryAdapted();
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::uno::XAdapter::addReference
/** adds a reference to the adapter.
@@ -61,7 +57,6 @@ published interface XAdapter: com::sun::star::uno::XInterface
*/
void addReference( [in] com::sun::star::uno::XReference xRef );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::uno::XAdapter::removeReference
/** removes a reference from the adapter.
@@ -70,7 +65,6 @@ published interface XAdapter: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/uno/XAggregation.idl b/udkapi/com/sun/star/uno/XAggregation.idl
index 6dfe408cf6e9..f44f66c359c4 100644
--- a/udkapi/com/sun/star/uno/XAggregation.idl
+++ b/udkapi/com/sun/star/uno/XAggregation.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module uno {
-//=============================================================================
/** Objects which implement this interface can become aggregates of
a delegator.
@@ -70,7 +68,6 @@ module com { module sun { module star { module uno {
*/
published interface XAggregation: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** sets the object to which all calls to the method
<member>XInterface::queryInterface()</member>
have to be forwarded. @
@@ -88,7 +85,6 @@ published interface XAggregation: com::sun::star::uno::XInterface
*/
void setDelegator( [in] com::sun::star::uno::XInterface pDelegator );
- //-------------------------------------------------------------------------
/** is similar to <member>XInterface::queryInterface()</member>,
but it is to be processed directly without being forwarded to the
delegator. @
@@ -107,7 +103,6 @@ published interface XAggregation: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/uno/XInterface.idl b/udkapi/com/sun/star/uno/XInterface.idl
index 7e6803567b35..4e8f41f39b3a 100644
--- a/udkapi/com/sun/star/uno/XInterface.idl
+++ b/udkapi/com/sun/star/uno/XInterface.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_uno_XInterface_idl__
#define __com_sun_star_uno_XInterface_idl__
-//=============================================================================
module com { module sun { module star { module uno {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::uno::XInterface
/** base interface of all UNO interfaces
@@ -88,7 +86,6 @@ published interface XInterface
*/
any queryInterface( [in] type aType );
- //-------------------------------------------------------------------------
/** increases the reference counter by one.
<p>When you have called acquire() on the
@@ -104,7 +101,6 @@ published interface XInterface
*/
[oneway] void acquire();
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::uno::XInterface::release
/** decreases the reference counter by one.
@@ -116,7 +112,6 @@ published interface XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/uno/XNamingService.idl b/udkapi/com/sun/star/uno/XNamingService.idl
index aea9b927ead3..b0e592401f6f 100644
--- a/udkapi/com/sun/star/uno/XNamingService.idl
+++ b/udkapi/com/sun/star/uno/XNamingService.idl
@@ -25,7 +25,6 @@
module com { module sun { module star { module uno {
-//=============================================================================
/** allows to insert, remove and access named objects.
*/
@@ -57,7 +56,6 @@ published interface XNamingService: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/uno/XReference.idl b/udkapi/com/sun/star/uno/XReference.idl
index 52bdf4cf8482..e8416bc8b0d0 100644
--- a/udkapi/com/sun/star/uno/XReference.idl
+++ b/udkapi/com/sun/star/uno/XReference.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module uno {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::uno::XReference
/** must be implemented by anyone who holds the adapter on the client side.@see XWeak
@@ -34,7 +32,6 @@
*/
published interface XReference: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::uno::XReference::dispose
/** removes all references to the adapter.
@@ -51,7 +48,6 @@ published interface XReference: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/uno/XUnloadingPreference.idl b/udkapi/com/sun/star/uno/XUnloadingPreference.idl
index 5cbd9921c1aa..25c99e0aea80 100644
--- a/udkapi/com/sun/star/uno/XUnloadingPreference.idl
+++ b/udkapi/com/sun/star/uno/XUnloadingPreference.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module uno {
-//=============================================================================
/** Components can implement <code>XUnloadingPreference</code> in order to indicate
how they should be treated when their hosting library is to be unloaded.
@@ -54,7 +52,6 @@ published interface XUnloadingPreference: com::sun::star::uno::XInterface
*/
boolean releaseOnNotification();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/uno/XWeak.idl b/udkapi/com/sun/star/uno/XWeak.idl
index 673fbef3743b..62e6039b775f 100644
--- a/udkapi/com/sun/star/uno/XWeak.idl
+++ b/udkapi/com/sun/star/uno/XWeak.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/uno/XAdapter.idl>
-//=============================================================================
module com { module sun { module star { module uno {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::uno::XWeak
/** the server-side interface to a weak object.
@@ -84,7 +82,6 @@
*/
published interface XWeak: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::uno::XWeak::queryAdapter
/** queries the weak adapter.
@@ -101,7 +98,6 @@ published interface XWeak: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };