diff options
author | Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> | 2015-06-24 17:01:56 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-25 09:59:20 +0000 |
commit | 64b636b814ddd65b90459c75a49cc5e743a2785c (patch) | |
tree | 2a32f62434b862a6688485f9b5e9878a1713845d /scp2 | |
parent | 044f79078ae2776b786f904e5f24a745f8635a18 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |