diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-17 11:33:35 +0300 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-05-17 10:47:11 +0000 |
commit | f74e390ef2a6edd64ed976f169d56864e2c125ac (patch) | |
tree | 75fad7d945b4129e391bdb0e8362c46824c52b90 /scp2/source/calc/file_calc.scp | |
parent | 2bd3123174269a46898ddb08e24946c6407582c4 (diff) |
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 <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'scp2/source/calc/file_calc.scp')
-rw-r--r-- | scp2/source/calc/file_calc.scp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |