diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 03:23:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 03:23:37 +0200 |
commit | b99e3c5c739cfbb5001da66283f0e9cc6c53ba76 (patch) | |
tree | 1d8021e4c470c63c03c915955a8feba9babadda2 /sw/source/uibase/inc/table.hrc | |
parent | d18c577162efa7bcef98d1c2ae4498b334c1c04c (diff) |
InfoBox MSG_WRONG_TABLENAME and MSG_ERR_TABLE_MERGE to String
Change-Id: I36fc0ed4f67c0af467a8dc593950a9c53a5ec53b
Diffstat (limited to 'sw/source/uibase/inc/table.hrc')
-rw-r--r-- | sw/source/uibase/inc/table.hrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/table.hrc b/sw/source/uibase/inc/table.hrc index f7ce08d9a17c..d01c9920b538 100644 --- a/sw/source/uibase/inc/table.hrc +++ b/sw/source/uibase/inc/table.hrc @@ -21,11 +21,11 @@ #define DLG_ROW_HEIGHT (RC_TABLE_BEGIN + 4) -#define MSG_ERR_TABLE_MERGE (RC_TABLE_BEGIN + 7) +#define STR_ERR_TABLE_MERGE (RC_TABLE_BEGIN + 7) -#define MSG_WRONG_TABLENAME (RC_TABLE_BEGIN + 13) +#define STR_WRONG_TABLENAME (RC_TABLE_BEGIN + 13) -#define TABLE_ACT_END MSG_WRONG_TABLENAME +#define TABLE_ACT_END STR_WRONG_TABLENAME #if TABLE_ACT_END > RC_TABLE_END #error Resource-Id Ueberlauf in #file, #line |