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
This commit is contained in:
parent
8fba8f79c1
commit
eafdd43746
1 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue