diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-10-20 12:17:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-10-20 12:17:17 +0000 |
commit | 23c7bef2db6c4852a9df7ca6264dbbe328172123 (patch) | |
tree | 08d31f209fcdd66147d7340ada93ca20450b06e5 /offapi | |
parent | 63f7251d68d9d57b45eb49ddfca0ed827a1c4ba8 (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.idl | 8 |
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 294c438651cc..257896e6ed99 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 |