summaryrefslogtreecommitdiff
path: root/scp2/source/draw/file_draw.scp
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-17 11:33:35 +0300
committerFridrich Strba <fridrich@documentfoundation.org>2013-05-17 10:47:11 +0000
commitf74e390ef2a6edd64ed976f169d56864e2c125ac (patch)
tree75fad7d945b4129e391bdb0e8362c46824c52b90 /scp2/source/draw/file_draw.scp
parent2bd3123174269a46898ddb08e24946c6407582c4 (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/draw/file_draw.scp')
-rw-r--r--scp2/source/draw/file_draw.scp2
1 files changed, 2 insertions, 0 deletions
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