summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/core_resource.hrc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 14:13:08 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 14:13:08 +0000
commit1c427823deef2e856d4b13d8dc77bc2b10796689 (patch)
treeb38e4530e8ff030b2114a856994bd1819916f925 /dbaccess/source/core/inc/core_resource.hrc
parent5c2de661f5992d57535195dcfe4ff9ca9d3b0f81 (diff)
INTEGRATION: CWS qiq (1.11.124); FILE MERGED
2006/07/03 19:48:47 fs 1.11.124.3: #i51143# warning when trying to obtain columns for a query whose statement does not produce a result set 2006/06/09 11:54:48 fs 1.11.124.2: #i51143# +RID_STR_COMMAND_LEADING_TO_ERROR 2006/05/10 14:24:04 fs 1.11.124.1: #i51143# RID_STR_CONFLICTING_NAMES
Diffstat (limited to 'dbaccess/source/core/inc/core_resource.hrc')
-rw-r--r--dbaccess/source/core/inc/core_resource.hrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/core/inc/core_resource.hrc b/dbaccess/source/core/inc/core_resource.hrc
index 915122b6ce5c..e2513b32ba9a 100644
--- a/dbaccess/source/core/inc/core_resource.hrc
+++ b/dbaccess/source/core/inc/core_resource.hrc
@@ -4,9 +4,9 @@
*
* $RCSfile: core_resource.hrc,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 13:35:51 $
+ * last change: $Author: obo $ $Date: 2006-07-10 15:13:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -81,6 +81,9 @@
#define RID_STR_REPORT ( RID_CORE_STRINGS_START + 33 )
#define RID_STR_DATASOURCE_NOT_STORED ( RID_CORE_STRINGS_START + 34 )
#define RID_STR_FILE_DOES_NOT_EXIST ( RID_CORE_STRINGS_START + 35 )
+#define RID_STR_CONFLICTING_NAMES ( RID_CORE_STRINGS_START + 36 )
+#define RID_STR_COMMAND_LEADING_TO_ERROR ( RID_CORE_STRINGS_START + 37 )
+#define RID_STR_STATEMENT_WITHOUT_RESULT_SET ( RID_CORE_STRINGS_START + 38 )
#endif // _DBA_CORE_RESOURCE_HRC_