diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2011-11-08 14:40:07 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2011-11-08 14:48:06 +0100 |
commit | 17f977c104374eedd5638aadc3175dda88ad6360 (patch) | |
tree | d00c7aa50bcb4c36189dbbd5520a3ee97787250b /desktop/unx/source | |
parent | 9fbc73f45f7e001357d1143d5fa06ff35248ad5e (diff) |
remove leftover comment regarding removed Mac OSX conditional
Diffstat (limited to 'desktop/unx/source')
-rw-r--r-- | desktop/unx/source/start.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c index 29cda81f37b6..cd95d450bb14 100644 --- a/desktop/unx/source/start.c +++ b/desktop/unx/source/start.c @@ -645,7 +645,6 @@ static char *build_pagein_path (Args *args, const char *pagein_name) void exec_pagein (Args *args) { -// no pagein for the while on OSX char *argv[3]; /* don't use -L - since that does a chdir that breaks relative paths */ @@ -698,7 +697,7 @@ static void exec_javaldx (Args *args) { #ifndef SOLAR_JAVA - return; + return; #endif char newpath[4096]; sal_uInt32 nArgs; |