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:13:59 UTC

[openoffice] branch trunk 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 trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c241527  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.
c241527 is described below

commit c2415270e1ec2b5ba4fff587fb2d2f5f50077165
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