summaryrefslogtreecommitdiff
path: root/scp2/source/base
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-02-07 13:22:16 -0800
committerAndras Timar <andras.timar@collabora.com>2015-02-08 08:06:10 +0000
commitb46c3e683cd3fd98145c6f505cb9fbcb41b1f80b (patch)
tree5d263885e9c85a4a19398b220f9ccead5d36140e /scp2/source/base
parent5f4443255386ed205abec7f69f820244d94cd288 (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/base')
-rw-r--r--scp2/source/base/module_base.scp2
-rw-r--r--scp2/source/base/postgresqlsdbc.scp1
2 files changed, 0 insertions, 3 deletions
diff --git a/scp2/source/base/module_base.scp b/scp2/source/base/module_base.scp
index 0413bc40522a..e8b71da7ab2a 100644
--- a/scp2/source/base/module_base.scp
+++ b/scp2/source/base/module_base.scp
@@ -33,7 +33,6 @@ Module gid_Module_Prg_Base_Bin
MOD_NAME_DESC ( MODULE_PRG_BASE_BIN );
ParentID = gid_Module_Prg_Base;
Sortkey = "100";
- Minimal = NO;
Default = YES;
Styles = (HIDDEN_ROOT);
Files = (auto_base_ALL,
@@ -48,7 +47,6 @@ Module gid_Module_Brand_Prg_Base
ParentID = gid_Module_Prg_Base;
Sortkey = "100";
InstallOrder = "1040";
- Minimal = YES;
Default = YES;
Styles = (HIDDEN_ROOT);
Files = (auto_base_brand_ALL);
diff --git a/scp2/source/base/postgresqlsdbc.scp b/scp2/source/base/postgresqlsdbc.scp
index eabd96552480..23bbd4484818 100644
--- a/scp2/source/base/postgresqlsdbc.scp
+++ b/scp2/source/base/postgresqlsdbc.scp
@@ -21,7 +21,6 @@ Module gid_Module_Optional_PostgresqlSdbc
gid_File_PostgresqlSdbc_Ini,
gid_File_PostgresqlSdbc_Rdb,
gid_File_PostgresqlSdbc_Xcd);
- Minimal = NO;
Default = YES;
Styles = ();
End