[Libreoffice-commits] core.git: Branch 'libreoffice-4-3-4' - scp2/source

Stephan Bergmann sbergman at redhat.com
Tue Nov 11 08:38:03 PST 2014


 scp2/source/ooo/file_ooo.scp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3b928e097b61fbed0f6fd97d2755f1158091c9f6
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Nov 6 14:11:35 2014 +0100

    fdo#82038: senddoc, uri-encode got lost on Mac
    
    (cherry picked from commit f3f63f555df87449b2d2a33718589b3afb3d9ddf)
    Conflicts:
    	Repository.mk
    	scp2/source/ooo/file_ooo.scp
    
    Change-Id: I2f104c64601b22ce3ef078295c7da3cb21a133f9
    Reviewed-on: https://gerrit.libreoffice.org/12336
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 9b11d66..0bb375d 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -200,7 +200,7 @@ End
 
 #endif
 
-#if defined UNX && ! defined MACOSX
+#if defined UNX
 
 File gid_File_Bin_Uri_Encode
     BIN_FILE_BODY;
@@ -211,7 +211,7 @@ End
 
 #endif
 
-#if defined UNX && ! defined MACOSX
+#if defined UNX
 File gid_File_Bin_Senddoc
     BIN_FILE_BODY;
     Dir = FILELIST_DIR;


More information about the Libreoffice-commits mailing list