summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/XGridSelectionListener.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/XGridSelectionListener.idl58
1 files changed, 29 insertions, 29 deletions
diff --git a/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl b/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
index 61e8d3050b0d..43c6197ece8b 100644
--- a/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
+++ b/offapi/com/sun/star/awt/grid/XGridSelectionListener.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,40 +24,40 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_grid_XGridSelectionListener_idl__
-#define __com_sun_star_awt_grid_XGridSelectionListener_idl__
-
-#ifndef __com_sun_star_lang_XEventListener_idl__
-#include <com/sun/star/lang/XEventListener.idl>
-#endif
-
-#ifndef __com_sun_star_awt_grid_GridSelectionEvent_idl__
-#include <com/sun/star/awt/grid/GridSelectionEvent.idl>
+#ifndef __com_sun_star_awt_grid_XGridSelectionListener_idl__
+#define __com_sun_star_awt_grid_XGridSelectionListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
#endif
-
-//=============================================================================
-
-module com { module sun { module star { module awt { module grid {
-
-//=============================================================================
+
+#ifndef __com_sun_star_awt_grid_GridSelectionEvent_idl__
+#include <com/sun/star/awt/grid/GridSelectionEvent.idl>
+#endif
+
+//=============================================================================
+
+module com { module sun { module star { module awt { module grid {
+
+//=============================================================================
/** An instance of this interface is used by the <type>XGridSelection</type> to
get notifications about selection changes.
-
+
<p>Usually you must not implement this interface yourself, but you must notify it correctly if
you implement the <type>XGridSelection</type> yourself</p>.
- */
+ */
interface XGridSelectionListener: com::sun::star::lang::XEventListener
-{
- //-------------------------------------------------------------------------
+{
+ //-------------------------------------------------------------------------
/** Invoked after a selection was changed.
- */
- [oneway] void selectionChanged( [in] GridSelectionEvent gridSelectionEvent);
-
-};
-
-//=============================================================================
-
+ */
+ [oneway] void selectionChanged( [in] GridSelectionEvent gridSelectionEvent);
+
+};
+
+//=============================================================================
+
}; }; }; }; };
-
-#endif
+
+#endif