Tag: cws_src680_dba24d User: fs Date: 2007-11-19 10:55:37+0000 Modified: dba/connectivity/inc/connectivity/dbexception.hxx
Log: copying the changes from CWS reportdesign01 herein 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.118.1&r2=1.17.118.2 Delta lines: +10 -2 -------------------- --- dbexception.hxx 2007-11-08 14:25:49+0000 1.17.118.1 +++ dbexception.hxx 2007-11-19 10:55:34+0000 1.17.118.2 @@ -4,9 +4,9 @@ * * $RCSfile: dbexception.hxx,v $ * - * $Revision: 1.17.118.1 $ + * $Revision: 1.17.118.2 $ * - * last change: $Author: fs $ $Date: 2007/11/08 14:25:49 $ + * last change: $Author: fs $ $Date: 2007/11/19 10:55:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -100,6 +100,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]
