summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:54:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:54:01 +0000
commitc429c0d0e5fb6e56bbec6ea22832260823c7bac9 (patch)
tree356dc54bda745d8c383a19f69c5fa37090e61d94 /dbaccess
parentd61a1ae6b0cb69983355547d88aba3aea273db34 (diff)
INTEGRATION: CWS dba31a (1.16.42); FILE MERGED
2008/07/07 12:23:48 oj 1.16.42.2: #i85664# error message corrected for queries 2008/06/05 13:04:53 oj 1.16.42.1: #i55805# localized error message
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/inc/core_resource.hrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/dbaccess/source/core/inc/core_resource.hrc b/dbaccess/source/core/inc/core_resource.hrc
index 931c99395715..e50889573ec9 100644
--- a/dbaccess/source/core/inc/core_resource.hrc
+++ b/dbaccess/source/core/inc/core_resource.hrc
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: core_resource.hrc,v $
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
* This file is part of OpenOffice.org.
*
@@ -85,6 +85,8 @@
#define RID_STR_NAME_ALREADY_USED ( RID_CORE_STRINGS_START + 42 )
#define RID_STR_OBJECT_CONTAINER_MISMATCH ( RID_CORE_STRINGS_START + 43 )
#define RID_STR_OBJECT_ALREADY_CONTAINED ( RID_CORE_STRINGS_START + 44 )
+#define RID_STR_NAME_NOT_FOUND ( RID_CORE_STRINGS_START + 45 )
+#define RID_STR_QUERY_DOES_NOT_EXIST ( RID_CORE_STRINGS_START + 46 )
#endif // _DBA_CORE_RESOURCE_HRC_