Add missing modules to fix the Windows build

Related to commit: cd97b11a33db909318572a27a54305cb4757ba0f

Change-Id: I899508a648cb111ea3f5aeb1eb5d80fc751951fa
Reviewed-on: https://gerrit.libreoffice.org/5369
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
This commit is contained in:
Jesús Corrius 2013-08-12 15:31:22 +02:00 committed by Tor Lillqvist
parent 144ca12ef3
commit 45fcdca7b3
4 changed files with 35 additions and 0 deletions

View File

@ -83,4 +83,13 @@ Module gid_Module_Prg_Calc_MSO_Reg
Default = YES;
End
Module gid_Module_Prg_Calc_Other_Reg
ParentID = gid_Module_Prg_Calc;
Name = "gid_Module_Prg_Calc_Other_Reg";
Description = "gid_Module_Prg_Calc_Other_Reg";
Styles = (HIDDEN_ROOT);
Minimal = YES;
Default = YES;
End
#include "alllangmodules_calc.inc"

View File

@ -68,4 +68,13 @@ Module gid_Module_Prg_Draw_MSO_Reg
Default = YES;
End
Module gid_Module_Prg_Draw_Other_Reg
ParentID = gid_Module_Prg_Draw;
Name = "gid_Module_Prg_Draw_Other_Reg";
Description = "gid_Module_Prg_Draw_Other_Reg";
Styles = (HIDDEN_ROOT);
Minimal = YES;
Default = YES;
End
#include "alllangmodules_draw.inc"

View File

@ -72,4 +72,13 @@ Module gid_Module_Prg_Impress_MSO_Reg
Default = YES;
End
Module gid_Module_Prg_Impress_Other_Reg
ParentID = gid_Module_Prg_Impress;
Name = "gid_Module_Prg_Impress_Other_Reg";
Description = "gid_Module_Prg_Impress_Other_Reg";
Styles = (HIDDEN_ROOT);
Minimal = YES;
Default = YES;
End
#include "alllangmodules_impress.inc"

View File

@ -75,6 +75,14 @@ Module gid_Module_Prg_Wrt_MSO_Reg
Default = YES;
End
Module gid_Module_Prg_Wrt_Other_Reg
ParentID = gid_Module_Prg_Wrt;
Name = "gid_Module_Prg_Wrt_Other_Reg";
Description = "gid_Module_Prg_Wrt_Other_Reg";
Styles = (HIDDEN_ROOT);
Minimal = YES;
Default = YES;
End
#include "alllangmodules_writer.inc"