summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl')
-rw-r--r--offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl b/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl
index 3e4b90accef4..cea914c3e77c 100644
--- a/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl
+++ b/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** provides access to the system dependent implementation of the window.
@@ -45,7 +43,6 @@
*/
published interface XSystemDependentWindowPeer: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns a system-specific window handle.
@@ -77,7 +74,6 @@ published interface XSystemDependentWindowPeer: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };