User: ihi Date: 2007-11-20 19:14:39+0000 Modified: dba/connectivity/inc/connectivity/dbexception.hxx
Log: INTEGRATION: CWS reportdesign01 (1.17.106); FILE MERGED 2007/09/24 13:13:11 lla 1.17.106.1: #i78099# new ParameterInteractionCancelled File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: dbexception.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/dbexception.hxx?r1=1.17&r2=1.18 Delta lines: +8 -0 ------------------- --- dbexception.hxx 2006-12-01 16:49:28+0000 1.17 +++ dbexception.hxx 2007-11-20 19:14:36+0000 1.18 @@ -99,6 +99,14 @@ }; //============================================================================== +//= Special exception if cancel is pressed in DBA UI +//============================================================================== +enum OOoBaseErrorCode +{ + ParameterInteractionCancelled = 1 +}; + +//============================================================================== //= SQLExceptionInfo - encapsulating the type info of an SQLException-derived class //============================================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
