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

New commits:
commit 192265720a0f83ceab58fe81a159df5f43a59bb5
Author: rbuj <robert....@gmail.com>
Date:   Tue Jul 29 21:34:00 2014 +0200

    javaunohelper: String comparison
    
    Change-Id: I52a7e456bef73824f64213c982052c61e54f7c76
    Reviewed-on: https://gerrit.libreoffice.org/10621
    Reviewed-by: Noel Grandin <noelgran...@gmail.com>
    Tested-by: Noel Grandin <noelgran...@gmail.com>

diff --git a/javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader.java 
b/javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader.java
index 32610a3..e8a4fad 100644
--- a/javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader.java
+++ b/javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader.java
@@ -46,7 +46,7 @@ public class SharedLibraryLoader {
     public static final String DEFAULT_IMPLEMENTATION = 
"com.sun.star.comp.stoc.DLLComponentLoader";
 
     static {
-        if (System.getProperty("java.vendor") == "The Android Project") {
+        if ("The Android Project".equals(System.getProperty("java.vendor"))) {
             // See corresponding code in
             // javaunohelper/com/sun/star/comp/helper/Bootstrap.java for more
             // comments.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to