You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by tr...@apache.org on 2020/10/31 23:15:40 UTC

[openoffice] branch AOO42X updated: Add missing ', ' delimiter. Commas appear to be mandatory between gids in the file list. If a comma is omitted, then the adjacent gid names are concatenated. Trailing commas do not appear to cause any problems.

This is an automated email from the ASF dual-hosted git repository.

truckman pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 361cf58  Add missing ',' delimiter.  Commas appear to be mandatory between gids in the file list.  If a comma is omitted, then the adjacent gid names are concatenated.  Trailing commas do not appear to cause any problems.
361cf58 is described below

commit 361cf585b1c42f7a050dd702946cbb1ff7e42d7a
Author: Don Lewis <tr...@apache.org>
AuthorDate: Sat Oct 31 16:09:45 2020 -0700

    Add missing ',' delimiter.  Commas appear to be mandatory between gids
    in the file list.  If a comma is omitted, then the adjacent gid names
    are concatenated.  Trailing commas do not appear to cause any problems.
---
 main/scp2/source/gnome/module_gnome.scp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/scp2/source/gnome/module_gnome.scp b/main/scp2/source/gnome/module_gnome.scp
index 6170e19..b2ea990 100644
--- a/main/scp2/source/gnome/module_gnome.scp
+++ b/main/scp2/source/gnome/module_gnome.scp
@@ -44,7 +44,7 @@ Module gid_Module_Optional_Gnome
       gid_File_Lib_GIO,
 #endif
 #ifdef ENABLE_GCONF
-      gid_File_Lib_Gconfbe
+      gid_File_Lib_Gconfbe,
 #endif
 #if (defined ENABLE_GNOMEVFS && defined ENABLE_LOCKDOWN) || defined ENABLE_GIO
       gid_File_Share_Registry_Gnome_Xcd