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 | |
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
-rw-r--r-- | l10ntools/inc/tokens.h | 1 | ||||
-rw-r--r-- | sd/source/ui/view/DocumentRenderer.hrc | 1 | ||||
-rw-r--r-- | store/workben/t_store.cxx | 1 |
3 files changed, 3 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 ... */ /*------------------------------------------------------ */ /*------------------------------------------------------ */ diff --git a/sd/source/ui/view/DocumentRenderer.hrc b/sd/source/ui/view/DocumentRenderer.hrc index cb6c4d039d83..469614d85cf1 100644 --- a/sd/source/ui/view/DocumentRenderer.hrc +++ b/sd/source/ui/view/DocumentRenderer.hrc @@ -29,6 +29,7 @@ #define _STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT 13 #define _STR_IMPRESS_PRINT_UI_IS_PRINT_NAME 14 #define _STR_IMPRESS_PRINT_UI_IS_PRINT_DATE 16 +#define _STR_IMPRESS_PRINT_UI_IS_PRINT_TIME 18 #define _STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN 20 #define _STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP 22 diff --git a/store/workben/t_store.cxx b/store/workben/t_store.cxx index db613833e027..6e7bc63af7ce 100644 --- a/store/workben/t_store.cxx +++ b/store/workben/t_store.cxx @@ -48,6 +48,7 @@ using rtl::OUString; #define _DEMOSTOR_LOOPS 1000 /* 1000, 2000 */ #define _DEMOSTOR_REMOVE 0 +#define _DEMOSTOR_REBUILD 0 enum Options { |