summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-20 18:14:36 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-20 18:14:36 +0000
commita8771ad50fb84a45d1ff53990a7b1e9b62beec5a (patch)
treee23d44ccef8612fc9f0e376191cfc6e6e4354f51
parent62811c5a65e7ce3851857232c6c64ea0797d2517 (diff)
INTEGRATION: CWS reportdesign01 (1.17.106); FILE MERGED
2007/09/24 13:13:11 lla 1.17.106.1: #i78099# new ParameterInteractionCancelled
-rw-r--r--connectivity/inc/connectivity/dbexception.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/connectivity/inc/connectivity/dbexception.hxx b/connectivity/inc/connectivity/dbexception.hxx
index 264f02019d34..f3792ed52694 100644
--- a/connectivity/inc/connectivity/dbexception.hxx
+++ b/connectivity/inc/connectivity/dbexception.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbexception.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2006-12-01 16:49:28 $
+ * last change: $Author: ihi $ $Date: 2007-11-20 19:14:36 $
*
* 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 @@ enum StandardSQLState
};
//==============================================================================
+//= Special exception if cancel is pressed in DBA UI
+//==============================================================================
+enum OOoBaseErrorCode
+{
+ ParameterInteractionCancelled = 1
+};
+
+//==============================================================================
//= SQLExceptionInfo - encapsulating the type info of an SQLException-derived class
//==============================================================================