summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/core_resource.hrc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 14:13:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 14:13:50 +0000
commit80cd2e30c506da9adc39e26380e7ad7dccd49fde (patch)
tree7dd46da5fc168e5685084c3858eba6ff0a70e6ce /dbaccess/source/core/inc/core_resource.hrc
parente7407d1b25903ea1ae1d75a939cde14d729ba812 (diff)
INTEGRATION: CWS insight01 (1.7.126); FILE MERGED
2004/07/06 09:38:13 oj 1.7.126.3: RESYNC: (1.7-1.8); FILE MERGED 2004/05/13 06:38:25 oj 1.7.126.2: #i26347# add new string when ds wasn't stored before registerObject call 2004/03/16 11:07:20 oj 1.7.126.1: #111075# set non existing name when create new object
Diffstat (limited to 'dbaccess/source/core/inc/core_resource.hrc')
-rw-r--r--dbaccess/source/core/inc/core_resource.hrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/dbaccess/source/core/inc/core_resource.hrc b/dbaccess/source/core/inc/core_resource.hrc
index b002cbd5313b..c1199c46871e 100644
--- a/dbaccess/source/core/inc/core_resource.hrc
+++ b/dbaccess/source/core/inc/core_resource.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: core_resource.hrc,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2004-06-01 10:10:42 $
+ * last change: $Author: hr $ $Date: 2004-08-02 15:13:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,8 +103,9 @@
#define RID_STR_COLUMN_ALTER_BY_INDEX ( RID_CORE_STRINGS_START + 29 )
#define RID_STR_NO_ALTER_COLUMN_DEF ( RID_CORE_STRINGS_START + 30 )
#define RID_STR_COLUMN_UNKNOWN_PROP ( RID_CORE_STRINGS_START + 31 )
-
-
+#define RID_STR_FORM ( RID_CORE_STRINGS_START + 32 )
+#define RID_STR_REPORT ( RID_CORE_STRINGS_START + 33 )
+#define RID_STR_DATASOURCE_NOT_STORED ( RID_CORE_STRINGS_START + 34 )
#endif // _DBA_CORE_RESOURCE_HRC_