summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XPointer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XPointer.idl')
-rw-r--r--offapi/com/sun/star/awt/XPointer.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/XPointer.idl b/offapi/com/sun/star/awt/XPointer.idl
index 040841d9b8c1..a15598489423 100644
--- a/offapi/com/sun/star/awt/XPointer.idl
+++ b/offapi/com/sun/star/awt/XPointer.idl
@@ -22,23 +22,19 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** gives access to the type of mouse pointer.
*/
published interface XPointer: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** selects a <type>SystemPointer</type> for this mouse pointer.
*/
[oneway] void setType( [in] long nType );
- //-------------------------------------------------------------------------
/** returns the currently set <type>SystemPointer</type> of this mouse
pointer.
@@ -47,7 +43,6 @@ published interface XPointer: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };