diff options
author | David Tardon <dtardon@redhat.com> | 2013-07-11 12:23:39 +0200 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-07-11 13:47:15 +0000 |
commit | bd3aa6983796f9dedf85c446a0ce5e5505583809 (patch) | |
tree | 4d57692c2cd6f4e31083e8655c1512836c6c51e0 /scp2/source/base | |
parent | 37d9921797a3ad3be8257fbfee11326549fcd987 (diff) |
fdo#66072 do not end auto_*_ALL by a comma
Change-Id: I7d0fbe865cd10d0a3ef690e521d4752d6d7f3939
Reviewed-on: https://gerrit.libreoffice.org/4829
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'scp2/source/base')
-rw-r--r-- | scp2/source/base/module_base.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/base/module_base.scp b/scp2/source/base/module_base.scp index 4dfd8863b3ba..7a46408563ce 100644 --- a/scp2/source/base/module_base.scp +++ b/scp2/source/base/module_base.scp @@ -35,7 +35,7 @@ Module gid_Module_Prg_Base_Bin Minimal = NO; Default = YES; Styles = (HIDDEN_ROOT); - Files = (auto_base_ALL + Files = (auto_base_ALL, gid_File_Share_Registry_Base_Xcd ); End |