diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 13:56:33 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 13:56:33 +0000 |
commit | a8400ab77e2939321934107e5d531ef633c35e80 (patch) | |
tree | e33f67a5bdf6ba7983e72b84de8885a4d750cfa4 /connectivity/inc | |
parent | 7f0a79fd901197f53af7e42b5395737bc8974bdd (diff) |
INTEGRATION: CWS dba24c (1.5.138); FILE MERGED
2007/09/18 20:04:51 fs 1.5.138.1: during #i81095#: outsourced the CYCLIC_SUB_QUERIES error to the new css.sdb.ErrorCondition
Diffstat (limited to 'connectivity/inc')
-rw-r--r-- | connectivity/inc/connectivity/IParseContext.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/connectivity/inc/connectivity/IParseContext.hxx b/connectivity/inc/connectivity/IParseContext.hxx index 83a6cea3d80e..45a889f6055b 100644 --- a/connectivity/inc/connectivity/IParseContext.hxx +++ b/connectivity/inc/connectivity/IParseContext.hxx @@ -4,9 +4,9 @@ * * $RCSfile: IParseContext.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ihi $ $Date: 2006-08-28 14:51:15 $ + * last change: $Author: ihi $ $Date: 2007-11-21 14:56:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -67,8 +67,7 @@ namespace connectivity ERROR_INVALID_TABLE_OR_QUERY, // "The database does contain neither a table nor a query named \"#\"." ERROR_INVALID_COLUMN, // "The column \"#1\" is unknown in the table \"#2\"." ERROR_INVALID_TABLE_EXIST, // "The database already contains a table or view with name \"#\"." - ERROR_INVALID_QUERY_EXIST, // "The database already contains a query with name \"#\"."; - ERROR_CYCLIC_SUB_QUERIES // "The statement contains a cyclic reference to one or more sub queries." + ERROR_INVALID_QUERY_EXIST // "The database already contains a query with name \"#\"."; }; enum InternationalKeyCode |