summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/Introspection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/Introspection.idl')
-rw-r--r--udkapi/com/sun/star/beans/Introspection.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/beans/Introspection.idl b/udkapi/com/sun/star/beans/Introspection.idl
index 2a57dd0d60b4..706dc27ff082 100644
--- a/udkapi/com/sun/star/beans/Introspection.idl
+++ b/udkapi/com/sun/star/beans/Introspection.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/beans/XIntrospection.idl>
-//=============================================================================
module com { module sun { module star { module beans {
-//=============================================================================
/** provides functionality to get information about an object's
properties and methods.
<p><strong>Important note:</strong>An object can only be
@@ -38,7 +36,6 @@
*/
published service Introspection : com::sun::star::beans::XIntrospection;
-//=============================================================================
}; }; }; };