From f74e390ef2a6edd64ed976f169d56864e2c125ac Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 17 May 2013 11:33:35 +0300 Subject: Let's assume nobody needs the sbase, scalc etc scripts on OS X It's always possible to run the soffice executable from the same location with a --base, --calc etc command-line option instead. (That is not the normal way for Mac users to open an empty document for the specific aspect of LibreOffice (Calc, Writer, etc) either. Instead, the usual way (says cloph) is to keep a corresponding template document in the Dock and click that.) Change-Id: Iceea270c03a63f674e7dfdfa95117cb3bdd15184 Reviewed-on: https://gerrit.libreoffice.org/3930 Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba --- scp2/source/draw/file_draw.scp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scp2/source/draw') diff --git a/scp2/source/draw/file_draw.scp b/scp2/source/draw/file_draw.scp index 4b7c4db1ca84..c757a0562466 100644 --- a/scp2/source/draw/file_draw.scp +++ b/scp2/source/draw/file_draw.scp @@ -42,9 +42,11 @@ File gid_File_Help_Sdraw_Zip End #endif +#ifndef MACOSX File gid_File_Exe_Sdraw BIN_FILE_BODY; Dir = gid_Brand_Dir_Program; Name = EXENAME(sdraw); Styles = (PACKED); End +#endif -- cgit