desktop/unx/source/start.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 17f977c104374eedd5638aadc3175dda88ad6360 Author: Christian Lohmaier <[email protected]> Date: Tue Nov 8 14:40:07 2011 +0100 remove leftover comment regarding removed Mac OSX conditional diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c index 29cda81..cd95d45 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
