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/writer | |
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/writer')
-rw-r--r-- | scp2/source/writer/file_writer.scp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |