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.idl62
1 files changed, 31 insertions, 31 deletions
diff --git a/offapi/com/sun/star/awt/XPointer.idl b/offapi/com/sun/star/awt/XPointer.idl
index 63e5f99944d9..983c461842a4 100644
--- a/offapi/com/sun/star/awt/XPointer.idl
+++ b/offapi/com/sun/star/awt/XPointer.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,41 +24,41 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_XPointer_idl__
-#define __com_sun_star_awt_XPointer_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_XPointer_idl__
+#define __com_sun_star_awt_XPointer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ 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 );
-
- //-------------------------------------------------------------------------
-
+ [oneway] void setType( [in] long nType );
+
+ //-------------------------------------------------------------------------
+
/** returns the currently set <type>SystemPointer</type> of this mouse
pointer.
*/
- long getType();
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ long getType();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif