javaunohelper/com/sun/star/comp/helper/Bootstrap.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c7c535351cec9089e232cc5cb3e59454cef27e17
Author: rbuj <robert....@gmail.com>
Date:   Wed Jul 30 10:57:19 2014 +0200

    javaunohelper: String comparison
    
    Change-Id: Ic0291e655525639b2f3cd33760d8f5f343b208f1
    Reviewed-on: https://gerrit.libreoffice.org/10638
    Reviewed-by: Samuel Mehrbrodt <s.mehrbr...@gmail.com>
    Reviewed-by: David Tardon <dtar...@redhat.com>
    Tested-by: David Tardon <dtar...@redhat.com>

diff --git a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java 
b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
index 6c40f7c..3bc5bde 100644
--- a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
+++ b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
@@ -199,7 +199,7 @@ public class Bootstrap {
 
         if (! m_loaded_juh)
         {
-            if (System.getProperty("java.vendor") == "The Android Project")
+            if ("The Android 
Project".equals(System.getProperty("java.vendor")))
             {
                 // Find out if we are configured with DISABLE_DYNLOADING or
                 // not. Try to load the lo-bootstrap shared library which
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to