diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-02-07 13:22:16 -0800 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-02-08 08:06:10 +0000 |
commit | b46c3e683cd3fd98145c6f505cb9fbcb41b1f80b (patch) | |
tree | 5d263885e9c85a4a19398b220f9ccead5d36140e /scp2/source/math | |
parent | 5f4443255386ed205abec7f69f820244d94cd288 (diff) |
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 <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'scp2/source/math')
-rw-r--r-- | scp2/source/math/module_math.scp | 2 |
1 files changed, 0 insertions, 2 deletions
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); |