INTEGRATION: CWS sb18 (1.9.308); FILE MERGED
2004/05/21 15:01:40 sb 1.9.308.1: #i21150# Added published flag.
This commit is contained in:
parent
430fb59592
commit
44e3e3cd86
1 changed files with 5 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: XDatabaseAccess.idl,v $
|
* $RCSfile: XDatabaseAccess.idl,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.9 $
|
* $Revision: 1.10 $
|
||||||
*
|
*
|
||||||
* last change: $Author: rt $ $Date: 2003-04-17 10:09:33 $
|
* last change: $Author: obo $ $Date: 2004-06-03 21:44:49 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -74,14 +74,14 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
module com { module sun { module star { module task {
|
module com { module sun { module star { module task {
|
||||||
interface XInteractionHandler;
|
published interface XInteractionHandler;
|
||||||
};};};};
|
};};};};
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
||||||
module com { module sun { module star { module sdb {
|
module com { module sun { module star { module sdb {
|
||||||
|
|
||||||
interface XDatabaseAccessListener;
|
published interface XDatabaseAccessListener;
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ interface XDatabaseAccessListener;
|
||||||
database connection and provides additional information related to the connection
|
database connection and provides additional information related to the connection
|
||||||
such as forms, reports, or queries.
|
such as forms, reports, or queries.
|
||||||
*/
|
*/
|
||||||
interface XDatabaseAccess: com::sun::star::sdbc::XDataSource
|
published interface XDatabaseAccess: com::sun::star::sdbc::XDataSource
|
||||||
{
|
{
|
||||||
|
|
||||||
// DocMerge from xml: method com::sun::star::task::com::sun::star::sdb::XDatabaseAccess::hasConnections
|
// DocMerge from xml: method com::sun::star::task::com::sun::star::sdb::XDatabaseAccess::hasConnections
|
||||||
|
|
Loading…
Reference in a new issue