summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XRowSetSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XRowSetSupplier.idl')
-rw-r--r--offapi/com/sun/star/sdb/XRowSetSupplier.idl70
1 files changed, 35 insertions, 35 deletions
diff --git a/offapi/com/sun/star/sdb/XRowSetSupplier.idl b/offapi/com/sun/star/sdb/XRowSetSupplier.idl
index 7c7e2ab9ec42..ab91375d6297 100644
--- a/offapi/com/sun/star/sdb/XRowSetSupplier.idl
+++ b/offapi/com/sun/star/sdb/XRowSetSupplier.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,50 +24,50 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_sdb_XRowSetSupplier_idl__
-#define __com_sun_star_sdb_XRowSetSupplier_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_sdbc_XRowSet_idl__
-#include <com/sun/star/sdbc/XRowSet.idl>
-#endif
-
- module com { module sun { module star { module sdb {
-
-//=============================================================================
-
+#ifndef __com_sun_star_sdb_XRowSetSupplier_idl__
+#define __com_sun_star_sdb_XRowSetSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_sdbc_XRowSet_idl__
+#include <com/sun/star/sdbc/XRowSet.idl>
+#endif
+
+ module com { module sun { module star { module sdb {
+
+//=============================================================================
+
/** uses a row set as datasource.
@see XRowSetChangeBroadcaster
*/
published interface XRowSetSupplier: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** provides access to the data source.
@returns
the RowSet object
*/
- com::sun::star::sdbc::XRowSet getRowSet();
-
- //-------------------------------------------------------------------------
-
+ com::sun::star::sdbc::XRowSet getRowSet();
+
+ //-------------------------------------------------------------------------
+
/** sets the data source.
@param xDataSource
the RowSet object to set
*/
- [oneway] void setRowSet( [in] com::sun::star::sdbc::XRowSet xDataSource );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
-
-/*===========================================================================
-===========================================================================*/
+ [oneway] void setRowSet( [in] com::sun::star::sdbc::XRowSet xDataSource );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif
+
+/*===========================================================================
+===========================================================================*/