summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/RowChangeEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/RowChangeEvent.idl')
-rw-r--r--offapi/com/sun/star/sdb/RowChangeEvent.idl52
1 files changed, 26 insertions, 26 deletions
diff --git a/offapi/com/sun/star/sdb/RowChangeEvent.idl b/offapi/com/sun/star/sdb/RowChangeEvent.idl
index a04eb97e0003..8897ec510ec1 100644
--- a/offapi/com/sun/star/sdb/RowChangeEvent.idl
+++ b/offapi/com/sun/star/sdb/RowChangeEvent.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,36 +24,36 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_sdb_RowChangeEvent_idl__
-#define __com_sun_star_sdb_RowChangeEvent_idl__
-
-#ifndef __com_sun_star_lang_EventObject_idl__
-#include <com/sun/star/lang/EventObject.idl>
-#endif
-
- module com { module sun { module star { module sdb {
-
-
+#ifndef __com_sun_star_sdb_RowChangeEvent_idl__
+#define __com_sun_star_sdb_RowChangeEvent_idl__
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+ module com { module sun { module star { module sdb {
+
+
/** indicates the type of change action on the data source.
*/
published struct RowChangeEvent: com::sun::star::lang::EventObject
-{
-
+{
+
/** indicates the type of change.
@see com::sun::star::sdb::RowChangeAction
*/
- long Action;
-
-
+ long Action;
+
+
/** indicates the number of rows affected by the change.
*/
- long Rows;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*===========================================================================
-===========================================================================*/
-#endif
+ long Rows;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*===========================================================================
+===========================================================================*/
+#endif