diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-09 18:41:08 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-10 00:33:38 +0200 |
commit | ac08537688971b55a5fd0982cf5bc18a8ffa961e (patch) | |
tree | 8fc83b9fe7fda8b06be6d188a485481c35e52098 /dbaccess/source/ui/inc | |
parent | d79d2f0ef7a0e300a3ee4be128c625121d0c4b26 (diff) |
make string a global resource
Change-Id: I65eee002d2f04b09a73c597ece4b29d1f1593414
Diffstat (limited to 'dbaccess/source/ui/inc')
-rw-r--r-- | dbaccess/source/ui/inc/dbu_resource.hrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/dbu_resource.hrc b/dbaccess/source/ui/inc/dbu_resource.hrc index 93ea5a9c5eda..dc4a6e6f5bf5 100644 --- a/dbaccess/source/ui/inc/dbu_resource.hrc +++ b/dbaccess/source/ui/inc/dbu_resource.hrc @@ -62,10 +62,10 @@ #define RID_STR_UNO_END RID_STR_UNO_START + 20 // 414 - 433 #define RID_STR_GEN_START RID_STR_UNO_END -#define RID_STR_GEN_END RID_STR_GEN_START + 56 // 434 - 489 +#define RID_STR_GEN_END RID_STR_GEN_START + 57 // 434 - 490 #define RID_STR_APP_START RID_STR_GEN_END -#define RID_STR_APP_END RID_STR_APP_START + 40 // 490 - 529 +#define RID_STR_APP_END RID_STR_APP_START + 40 // 491 - 530 #if RID_STR_GEN_END > RID_DBACCESS_END #error Resource-Id Ueberlauf in #file, #line @@ -229,10 +229,10 @@ #define STR_SPREADSHEET_HEADERTEXT RID_STR_GEN_START + 53 #define STR_SPREADSHEET_HELPTEXT RID_STR_GEN_START + 54 #define STR_SPREADSHEETPATH RID_STR_GEN_START + 55 +#define STR_RSC_CHARSETS RID_STR_GEN_START + 56 // untyped resources -#define RSC_CHARSETS RID_UNTYPED_START + 2 #define RSC_QUERY_OBJECT_TYPE RID_UNTYPED_START + 4 // various |