summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-20 12:17:37 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-20 12:17:37 +0000
commit3567852f6e54fe692c6d64d0d55710c72ca07315 (patch)
treeef7e818a13d5864311de6a6fe819be37a0f69fff /offapi/com/sun/star/sdbc
parent23c7bef2db6c4852a9df7ca6264dbbe328172123 (diff)
INTEGRATION: CWS sdk08 (1.2.230); FILE MERGED
2003/10/08 09:46:40 jsc 1.2.230.1: #112581# change include order versus module definition
Diffstat (limited to 'offapi/com/sun/star/sdbc')
-rw-r--r--offapi/com/sun/star/sdbc/FILEConnectionProperties.idl8
-rw-r--r--offapi/com/sun/star/sdbc/FLATConnectionProperties.idl8
2 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sdbc/FILEConnectionProperties.idl b/offapi/com/sun/star/sdbc/FILEConnectionProperties.idl
index 2c29933846e8..dd4bf399011b 100644
--- a/offapi/com/sun/star/sdbc/FILEConnectionProperties.idl
+++ b/offapi/com/sun/star/sdbc/FILEConnectionProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FILEConnectionProperties.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:06:55 $
+ * last change: $Author: obo $ $Date: 2003-10-20 13:17:26 $
*
* 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_FILEConnectionProperties_idl__
#define __com_sun_star_sdbc_FILEConnectionProperties_idl__
- module com { module sun { module star { module sdbc {
-
#ifndef __com_sun_star_sdbc_ConnectionProperties_idl__
#include <com/sun/star/sdbc/ConnectionProperties.idl>
#endif
+module com { module sun { module star { module sdbc {
+
/** represents the properties for a FILE 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
diff --git a/offapi/com/sun/star/sdbc/FLATConnectionProperties.idl b/offapi/com/sun/star/sdbc/FLATConnectionProperties.idl
index 3d86d7a47084..94fda23c69ac 100644
--- a/offapi/com/sun/star/sdbc/FLATConnectionProperties.idl
+++ b/offapi/com/sun/star/sdbc/FLATConnectionProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FLATConnectionProperties.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:06:55 $
+ * last change: $Author: obo $ $Date: 2003-10-20 13:17:37 $
*
* 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_FLATConnectionProperties_idl__
#define __com_sun_star_sdbc_FLATConnectionProperties_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 FLAT 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