scp2/source/ooo/file_ooo.scp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 64b636b814ddd65b90459c75a49cc5e743a2785c
Author: Riccardo Magliocchetti <riccardo.magliocche...@gmail.com>
Date:   Wed Jun 24 17:01:56 2015 +0200

    Avoid errors with stuff not build on --without-x
    
    Reported by by Abhimanyu Singh
    
    Change-Id: I02bd2a2b85b9d55f0b237d3a1141801245473cd2
    Reviewed-on: https://gerrit.libreoffice.org/16453
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Michael Stahl <mst...@redhat.com>

diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index a682256..b0f3382 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -59,7 +59,7 @@ End
 
 #endif
 
-#if defined UNX && ! defined MACOSX
+#if defined UNX && ! defined MACOSX && ! defined LIBO_HEADLESS
 
 File gid_File_Bin_Gnome_Open_Url
     BIN_FILE_BODY;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to