summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-20 12:17:17 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-20 12:17:17 +0000
commit89d31f2e36d2c044eef55ba6a74fc045ab461c78 (patch)
tree75a9ad742af11ed7c9f61b6b32fce4bf7418a283 /offapi
parent9baef78870f3157df0a1b23637108fe612d94dd6 (diff)
INTEGRATION: CWS sdk08 (1.2.230); FILE MERGED
2003/10/08 09:46:39 jsc 1.2.230.1: #112581# change include order versus module definition
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sdbc/DBASEConnectionProperties.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbc/DBASEConnectionProperties.idl b/offapi/com/sun/star/sdbc/DBASEConnectionProperties.idl
index c271919ec..03c81c8b2 100644
--- a/offapi/com/sun/star/sdbc/DBASEConnectionProperties.idl
+++ b/offapi/com/sun/star/sdbc/DBASEConnectionProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DBASEConnectionProperties.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:06:53 $
+ * last change: $Author: obo $ $Date: 2003-10-20 13:17:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,12 +61,12 @@
#ifndef __com_sun_star_sdbc_DBASEConnectionProperties_idl__
#define __com_sun_star_sdbc_DBASEConnectionProperties_idl__
- module com { module sun { module star { module sdbc {
-
#ifndef __com_sun_star_sdbc_FILEConnectionProperties_idl__
#include <com/sun/star/sdbc/FILEConnectionProperties.idl>
#endif
+module com { module sun { module star { module sdbc {
+
/** represents the properties for a dBase connection (session) with a specific
database. These properties can be used when calling the method
<member scope="com::sun::star::sdbc">XDriver::connect()</member> or