jvmfwk/source/elements.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 957874168491f4b030fda85c65dd969aae82a670
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Fri May 19 22:10:19 2017 +0200

    loplugin:stringcopy
    
    Change-Id: I04e3faf18cd6dae39d948cfb3dd0834dd96751b1

diff --git a/jvmfwk/source/elements.cxx b/jvmfwk/source/elements.cxx
index 353eab37ba6f..19c3e1b1f44c 100644
--- a/jvmfwk/source/elements.cxx
+++ b/jvmfwk/source/elements.cxx
@@ -260,7 +260,7 @@ void NodeJava::load()
             {
                 CXmlCharPtr sUser(xmlNodeListGetString(
                     docUser, cur->children, 1));
-                m_userClassPath = boost::optional<OUString>(OUString(sUser));
+                m_userClassPath = boost::optional<OUString>(sUser);
             }
         }
         else if (xmlStrcmp(cur->name, reinterpret_cast<xmlChar const 
*>("javaInfo")) == 0)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to