diff options
author | Malte Timmermann <Malte.Timmermann@sun.com> | 2010-06-30 09:48:27 +0200 |
---|---|---|
committer | Malte Timmermann <Malte.Timmermann@sun.com> | 2010-06-30 09:48:27 +0200 |
commit | 15e8727afc7cdac53b0aa100b681c451b98552a5 (patch) | |
tree | 87e8546b786d42ec2de0836e1dd49476b6d6f76d /desktop/source/app/app.cxx | |
parent | 1952b083e8c143114f475aa4dccbf165ed179537 (diff) |
codecleanup02: #i112685# Removed ifdefs and code for MAC
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 6f00d47332ac..acb67f8f66d2 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -2336,8 +2336,6 @@ void Desktop::OpenClients() aHelpURLBuffer.appendAscii("&System=UNX"); #elif defined WNT aHelpURLBuffer.appendAscii("&System=WIN"); -#elif defined MAC - aHelpURLBuffer.appendAscii("&System=MAC"); #elif defined OS2 aHelpURLBuffer.appendAscii("&System=OS2"); #endif |