From b46c3e683cd3fd98145c6f505cb9fbcb41b1f80b Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sat, 7 Feb 2015 13:22:16 -0800 Subject: scp2: 'Minimal' key is unused, let's remove it from everywhere Change-Id: I2c0d9c6870c52de85e288f4f70bc4d7c492e9987 Reviewed-on: https://gerrit.libreoffice.org/14361 Reviewed-by: Andras Timar Tested-by: Andras Timar --- scp2/source/math/module_math.scp | 2 -- 1 file changed, 2 deletions(-) (limited to 'scp2/source/math') diff --git a/scp2/source/math/module_math.scp b/scp2/source/math/module_math.scp index a683e479d9b6..c45e6500c654 100644 --- a/scp2/source/math/module_math.scp +++ b/scp2/source/math/module_math.scp @@ -33,7 +33,6 @@ Module gid_Module_Prg_Math_Bin MOD_NAME_DESC ( MODULE_PRG_MATH_BIN ); ParentID = gid_Module_Prg_Math; Sortkey = "100"; - Minimal = YES; Default = YES; Styles = (HIDDEN_ROOT); Files = (auto_math_ALL, @@ -49,7 +48,6 @@ Module gid_Module_Brand_Prg_Math ParentID = gid_Module_Prg_Math; Sortkey = "100"; InstallOrder = "1040"; - Minimal = YES; Default = YES; Styles = (HIDDEN_ROOT); Files = (auto_math_brand_ALL); -- cgit