[Libreoffice-commits] .: desktop/unx

Christian Lohmaier cloph at kemper.freedesktop.org
Tue Nov 8 05:47:04 PST 2011


 desktop/unx/source/start.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 17f977c104374eedd5638aadc3175dda88ad6360
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
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;


More information about the Libreoffice-commits mailing list