diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-28 15:11:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-28 19:48:46 +0200 |
commit | 5ef0042114e7fa4b0231a18b1a0a780ea74bc6c2 (patch) | |
tree | 7728dd3c04255df3371ab8bd2717b84b79d981da /l10ntools | |
parent | b806b638b931888c080c076c78970cac13f75057 (diff) |
Partially revert "Remove some unused defines and controls"
This partially reverts b63027f0992cf5c368faeb807c69110997dd00ea
http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html
Change-Id: I2c87ea89e1b05aa6874a74d2b781b976e970f979
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/inc/tokens.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/l10ntools/inc/tokens.h b/l10ntools/inc/tokens.h index ba5a6aeb53c4..c42ee50848e2 100644 --- a/l10ntools/inc/tokens.h +++ b/l10ntools/inc/tokens.h @@ -59,6 +59,7 @@ #define _LISTTEXT 521 /* { "Text" ... } */ #define TEXTREFID 522 /* Text = 12345 */ #define LISTRESID 523 /* < 12345; ... > */ +#define _LISTRESID 523 /* { 12345; ... } */ #define NORMDEFINE 524 /* #define ... */ /*------------------------------------------------------ */ /*------------------------------------------------------ */ |