summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-11 13:57:13 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-09-11 13:59:32 +0200
commitd77dc4381d876fc1e97ce8142dfd26ad52ebaa35 (patch)
tree2f443c9bf259743aa9213239578cde8f97afac59 /scp2
parent8af5482eabf9526e3be83ea3ef0e88986aa717a1 (diff)
It's plain "soffice" on Mac OS X now
...since 07ec7b1c2ad558b5835ba6cfd69a6e69ebfd9bfe "soffice.bin is named soffice on Mac OS X." Change-Id: I4a4e64565dc4f3553648bf96ef43b558f757c852
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/common_brand.scp6
1 files changed, 0 insertions, 6 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index cf59e9dd5d73..f19f83ebef88 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -514,14 +514,8 @@ End
File gid_Brand_File_Bin_Soffice
BIN_FILE_BODY;
Dir = gid_Brand_Dir_Program;
-#if defined MACOSX
- Name = "soffice.bin";
- InstallName = "soffice";
- Styles = (PACKED, SUBST_FILENAME);
-#else
Name = EXENAME(soffice);
Styles = (PACKED);
-#endif
End
#endif