summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdbcx/Driver.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 13:14:53 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 13:14:53 +0000
commiteafdd43746fbe061cbd201201c064ef221050c77 (patch)
treeeee003b20aaa296071a0aa36230a27ec92617d75 /offapi/com/sun/star/sdbcx/Driver.idl
parentINTEGRATION: CWS dba22b (1.9.232); FILE MERGED (diff)
downloadcore-eafdd43746fbe061cbd201201c064ef221050c77.tar.gz
core-eafdd43746fbe061cbd201201c064ef221050c77.zip
INTEGRATION: CWS dba22b (1.10.232); FILE MERGED
2006/12/12 09:54:09 fs 1.10.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
Diffstat (limited to 'offapi/com/sun/star/sdbcx/Driver.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/Driver.idl8
1 files changed, 2 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sdbcx/Driver.idl b/offapi/com/sun/star/sdbcx/Driver.idl
index 8dbe452edb00..ed098f23f720 100644
--- a/offapi/com/sun/star/sdbcx/Driver.idl
+++ b/offapi/com/sun/star/sdbcx/Driver.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: Driver.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:58:29 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:14:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,7 +46,6 @@
published interface XDropCatalog;
-// DocMerge from xml: service com::sun::star::sdbcx::Driver
/** extends the service
<type scope="com::sun::star::sdbc">Driver</type>
by beans for data definition.
@@ -63,7 +62,6 @@
*/
published service Driver
{
- // DocMerge: empty anyway
service com::sun::star::sdbc::Driver;
/** used to get access to the catalog.
@@ -72,12 +70,10 @@ published service Driver
interface XDataDefinitionSupplier;
- // DocMerge from xml: service com::sun::star::sdbcx::Driver: interface com::sun::star::sdbcx::XCreateCatalog
/** is optional for implementation.
*/
[optional] interface XCreateCatalog;
- // DocMerge from xml: service com::sun::star::sdbcx::Driver: interface com::sun::star::sdbcx::XDropCatalog
/** is optional for implementation.
*/
[optional] interface XDropCatalog;