summaryrefslogtreecommitdiff
path: root/scp2/source/math
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-07-11 12:23:39 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-07-11 13:47:15 +0000
commitbd3aa6983796f9dedf85c446a0ce5e5505583809 (patch)
tree4d57692c2cd6f4e31083e8655c1512836c6c51e0 /scp2/source/math
parent37d9921797a3ad3be8257fbfee11326549fcd987 (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/math')
-rw-r--r--scp2/source/math/module_math.scp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/math/module_math.scp b/scp2/source/math/module_math.scp
index 0c01f984caf9..d43317885f52 100644
--- a/scp2/source/math/module_math.scp
+++ b/scp2/source/math/module_math.scp
@@ -35,7 +35,7 @@ Module gid_Module_Prg_Math_Bin
Minimal = YES;
Default = YES;
Styles = (HIDDEN_ROOT);
- Files = (auto_math_ALL
+ Files = (auto_math_ALL,
gid_File_Extra_Urlmore_Math,gid_File_Extra_Urlnew_Math,gid_File_Extra_Urltasks_Math,
gid_File_Share_Registry_Math_Xcd,
gid_File_Tmp_Userinstall_Math_Inf);