From b559137b68a273ef543711995ebf4f140cfe9149 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 27 Jul 2009 11:41:15 -0400 Subject: #i102141# initial port of patches from ooo-build, to implement a new HTML option dialog & associated changes in the core. --- sc/inc/sc.hrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sc/inc/sc.hrc') diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 8fb6b929337b..ba3420f1d9c3 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1650,6 +1650,9 @@ #define MID_3 3 #define MID_4 4 +// Language chooser for text import filters. +#define RID_SCDLG_LANG_CHOOSER (SC_OOO_BUILD_START + 12) + #endif -- cgit From 23d5998c325a7999f75448e70b315d12b639abc6 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 27 Jul 2009 14:57:34 -0400 Subject: fixed build breakages. sc module is now buildable. --- sc/inc/sc.hrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sc/inc/sc.hrc') diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index ba3420f1d9c3..baf94c23748f 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1635,8 +1635,9 @@ #define RID_SCDLG_DOCPROTECTION (SC_DIALOGS_START + 149) #define RID_SCDLG_RETYPEPASS (SC_DIALOGS_START + 150) #define RID_SCDLG_RETYPEPASS_INPUT (SC_DIALOGS_START + 151) +#define RID_SCDLG_LANG_CHOOSER (SC_DIALOGS_START + 152) -#define SC_DIALOGS_END (SC_DIALOGS_START + 152) +#define SC_DIALOGS_END (SC_DIALOGS_START + 153) #ifndef STD_MASKCOLOR #define STD_MASKCOLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } @@ -1650,9 +1651,6 @@ #define MID_3 3 #define MID_4 4 -// Language chooser for text import filters. -#define RID_SCDLG_LANG_CHOOSER (SC_OOO_BUILD_START + 12) - #endif -- cgit From feeb99de89fc888b9397ddca882d121bdec2bef4 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 6 Aug 2009 14:58:06 -0400 Subject: Change the identity of the import option dialog. Change the identity of the import option dialog from lang chooser to text import options, since the dialog now contains more than just the language option. --- sc/inc/sc.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/sc.hrc') diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index baf94c23748f..df07ed7a6d4c 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1635,7 +1635,7 @@ #define RID_SCDLG_DOCPROTECTION (SC_DIALOGS_START + 149) #define RID_SCDLG_RETYPEPASS (SC_DIALOGS_START + 150) #define RID_SCDLG_RETYPEPASS_INPUT (SC_DIALOGS_START + 151) -#define RID_SCDLG_LANG_CHOOSER (SC_DIALOGS_START + 152) +#define RID_SCDLG_TEXT_IMPORT_OPTIONS (SC_DIALOGS_START + 152) #define SC_DIALOGS_END (SC_DIALOGS_START + 153) -- cgit