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/base/file_base.scp | 2 ++ scp2/source/calc/file_calc.scp | 2 ++ scp2/source/draw/file_draw.scp | 2 ++ scp2/source/impress/file_impress.scp | 2 ++ scp2/source/math/file_math.scp | 2 ++ scp2/source/writer/file_writer.scp | 2 ++ 6 files changed, 12 insertions(+) (limited to 'scp2') diff --git a/scp2/source/base/file_base.scp b/scp2/source/base/file_base.scp index fb1a23098107..122353e89a76 100644 --- a/scp2/source/base/file_base.scp +++ b/scp2/source/base/file_base.scp @@ -27,12 +27,14 @@ #include "macros.inc" +#ifndef MACOSX File gid_File_Exe_Sbase BIN_FILE_BODY; Dir = gid_Brand_Dir_Program; Name = EXENAME(sbase); Styles = (PACKED); End +#endif #if defined WNT File gid_File_Exe_Odbcconfig diff --git a/scp2/source/calc/file_calc.scp b/scp2/source/calc/file_calc.scp index 8f5dfbb2de04..6aa84de34d9d 100644 --- a/scp2/source/calc/file_calc.scp +++ b/scp2/source/calc/file_calc.scp @@ -77,9 +77,11 @@ File gid_File_Help_Scalc_Zip End #endif +#ifndef MACOSX File gid_File_Exe_Scalc BIN_FILE_BODY; Dir = gid_Brand_Dir_Program; Name = EXENAME(scalc); Styles = (PACKED); End +#endif 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 diff --git a/scp2/source/impress/file_impress.scp b/scp2/source/impress/file_impress.scp index bff0354d6bef..5bcb34d506b1 100644 --- a/scp2/source/impress/file_impress.scp +++ b/scp2/source/impress/file_impress.scp @@ -54,12 +54,14 @@ File gid_File_Help_Simpress_Zip End #endif +#ifndef MACOSX File gid_File_Exe_Simpress BIN_FILE_BODY; Dir = gid_Brand_Dir_Program; Name = EXENAME(simpress); Styles = (PACKED); End +#endif // configuration files for custom animation effects diff --git a/scp2/source/math/file_math.scp b/scp2/source/math/file_math.scp index 455c9caef3f0..0c016eeb6a3e 100644 --- a/scp2/source/math/file_math.scp +++ b/scp2/source/math/file_math.scp @@ -48,9 +48,11 @@ File gid_File_Help_Smath_Zip End #endif +#ifndef MACOSX File gid_File_Exe_Smath BIN_FILE_BODY; Dir = gid_Brand_Dir_Program; Name = EXENAME(smath); Styles = (PACKED); End +#endif diff --git a/scp2/source/writer/file_writer.scp b/scp2/source/writer/file_writer.scp index 19e4efa3703d..43b81276ff08 100644 --- a/scp2/source/writer/file_writer.scp +++ b/scp2/source/writer/file_writer.scp @@ -27,12 +27,14 @@ #include "macros.inc" +#ifndef MACOSX File gid_File_Exe_Swriter BIN_FILE_BODY; Dir = gid_Brand_Dir_Program; Name = EXENAME(swriter); Styles = (PACKED); End +#endif #ifdef WNT File gid_File_Exe_Sweb -- cgit