summaryrefslogtreecommitdiff
path: root/scp2/source/calc/module_calc.scp
diff options
context:
space:
mode:
authorDirk Völzke <dv@openoffice.org>2009-11-26 11:38:34 +0000
committerDirk Völzke <dv@openoffice.org>2009-11-26 11:38:34 +0000
commit162e929c013441797f02d01125717c747d62b81b (patch)
tree1065892f70a4554f1e8ab090b8bdda0ccfbd45d8 /scp2/source/calc/module_calc.scp
parent3ea95386a5fdaedaa733db4c979c8096c8ec0148 (diff)
#i96594# Allow customization of 'register for Microsoft File Types' in custom setup
Diffstat (limited to 'scp2/source/calc/module_calc.scp')
-rw-r--r--scp2/source/calc/module_calc.scp9
1 files changed, 9 insertions, 0 deletions
diff --git a/scp2/source/calc/module_calc.scp b/scp2/source/calc/module_calc.scp
index 939b2cd81ac1..d9ae4ee9bd01 100644
--- a/scp2/source/calc/module_calc.scp
+++ b/scp2/source/calc/module_calc.scp
@@ -94,4 +94,13 @@ Module gid_Module_Langpack_Calc_Template
gid_File_Res_Solver);
End
+Module gid_Module_Prg_Calc_MSO_Reg
+ ParentID = gid_Module_Prg_Calc;
+ Name = "gid_Module_Prg_Calc_MSO_Reg";
+ Description = "gid_Module_Prg_Calc_MSO_Reg";
+ Styles = (HIDDEN_ROOT);
+ Minimal = YES;
+ Default = YES;
+End
+
#include "alllangmodules_calc.inc"