diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-05 14:33:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-05 14:33:39 +0000 |
commit | 46116a5582be77b5d7b46d315ac70aeb478c859d (patch) | |
tree | d10335e9ad5bfe84ad440b4351ebfdcb640a4a8e | |
parent | 3b917d1f416b56f985bf1e7bd7464f09a27737c0 (diff) |
INTEGRATION: CWS dba30b (1.2.102); FILE MERGED
2008/04/15 21:54:58 fs 1.2.102.2: RESYNC: (1.2-1.3); FILE MERGED
2008/03/16 14:01:46 fs 1.2.102.1: #i86996# +DB_NOT_CONNECTED
-rw-r--r-- | offapi/com/sun/star/sdb/ErrorCondition.idl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdb/ErrorCondition.idl b/offapi/com/sun/star/sdb/ErrorCondition.idl index 8969a8d23389..70b16df55ce3 100644 --- a/offapi/com/sun/star/sdb/ErrorCondition.idl +++ b/offapi/com/sun/star/sdb/ErrorCondition.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ErrorCondition.idl,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -136,6 +136,11 @@ constants ErrorCondition @see com::sun::star::sdb::tools::XDataSourceMetaData::supportsQueriesInFrom */ const long DB_OBJECT_NAME_IS_USED = 303; + + /** indicates an operation was attempted which needs a connection to the + database, which did not exist at that time. + */ + const long DB_NOT_CONNECTED = 304; }; //============================================================================= |