[Libreoffice-commits] .: desktop/unx

David Tardon dtardon at kemper.freedesktop.org
Sat Feb 18 12:49:39 PST 2012


 desktop/unx/source/start.c |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit ce4c9fa90af70832744e4a9f344b05eb42577f2e
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Feb 18 14:47:17 2012 +0100

    WaE: exec_javaldx defined but not used (javaless build)

diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index d043b88..4033c37 100644
--- a/desktop/unx/source/start.c
+++ b/desktop/unx/source/start.c
@@ -666,6 +666,8 @@ exec_pagein (Args *args)
     free (argv[1]);
 }
 
+#if defined SOLAR_JAVA
+
 static void extend_library_path (const char *new_element)
 {
     rtl_uString *pEnvName=NULL, *pOrigEnvVar=NULL, *pNewEnvVar=NULL;
@@ -789,6 +791,8 @@ exec_javaldx (Args *args)
         osl_closeFile(fileOut);
 }
 
+#endif
+
 SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
 {
     int fd = 0;


More information about the Libreoffice-commits mailing list