[Libreoffice-commits] core.git: scp2/source

Tor Lillqvist tml at iki.fi
Fri May 17 03:47:05 PDT 2013


 scp2/source/ooo/common_brand.scp |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 2bd3123174269a46898ddb08e24946c6407582c4
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri May 17 12:24:00 2013 +0300

    No need for the soffice.bin identical copy of soffice on OS X
    
    Change-Id: I1e133fb53e58da4ad5e3eb02163eb6082d895b15
    Reviewed-on: https://gerrit.libreoffice.org/3931
    Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at documentfoundation.org>

diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index d5d39e0..f549000 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -511,12 +511,14 @@ File gid_Brand_File_Bin_Spadmin
 End
 #endif
 
+#ifndef MACOSX
 File gid_Brand_File_Bin_Soffice_Bin
     BIN_FILE_BODY;
     Dir = gid_Brand_Dir_Program;
     Styles = (PACKED);
     Name = "soffice.bin";
 End
+#endif
 
 #if defined UNX && ! defined MACOSX
 


More information about the Libreoffice-commits mailing list