Tag: cws_src680_reportdesign01 User: lla Date: 2007-09-24 13:13:14+0000 Modified: dba/connectivity/inc/connectivity/dbexception.hxx
Log: #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.17.106.1 Delta lines: +11 -3 -------------------- --- dbexception.hxx 2006-12-01 16:49:28+0000 1.17 +++ dbexception.hxx 2007-09-24 13:13:11+0000 1.17.106.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbexception.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.17.106.1 $ * - * last change: $Author: rt $ $Date: 2006/12/01 16:49:28 $ + * last change: $Author: lla $ $Date: 2007/09/24 13:13:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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]
