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