From 64b636b814ddd65b90459c75a49cc5e743a2785c Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Wed, 24 Jun 2015 17:01:56 +0200 Subject: [PATCH] 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 Reviewed-by: Michael Stahl --- scp2/source/ooo/file_ooo.scp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index a682256302ec..b0f338290b94 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;