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

New commits:
commit 3b928e097b61fbed0f6fd97d2755f1158091c9f6
Author: Stephan Bergmann <sberg...@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 <t...@collabora.com>
    Tested-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-by: Michael Stahl <mst...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to