diff options
-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 { |