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/onlineupdate | |
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/onlineupdate')
-rw-r--r-- | scp2/source/onlineupdate/module_onlineupdate.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/onlineupdate/module_onlineupdate.scp b/scp2/source/onlineupdate/module_onlineupdate.scp index ecd0cda907e4..a2afd3a07cfd 100644 --- a/scp2/source/onlineupdate/module_onlineupdate.scp +++ b/scp2/source/onlineupdate/module_onlineupdate.scp @@ -27,7 +27,7 @@ Module gid_Module_Optional_Onlineupdate ParentID = gid_Module_Optional; Default = YES; Styles = (); - Files = (auto_onlineupdate_ALL + Files = (auto_onlineupdate_ALL, gid_File_Bin_UnpackUpdate, gid_File_Share_Registry_Onlineupdate_Xcd); End |