summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uno/XInterface.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/uno/XInterface.idl')
-rw-r--r--udkapi/com/sun/star/uno/XInterface.idl5
1 files changed, 0 insertions, 5 deletions
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
};
-//=============================================================================
}; }; }; };