[Libreoffice-commits] core.git: jvmfwk/source

David Ostrovsky d.ostrovsky at gmx.de
Sun May 28 10:11:06 UTC 2017


On Fri May 19 20:10:43 UTC 2017, Stephan Bergmann wrote:

>jvmfwk/source/elements.cxx |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>New commits:
>commit 957874168491f4b030fda85c65dd969aae82a670
>Author: Stephan Bergmann <sbergman at 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)

This doesn't compile against system boost 1.54.0 here: [1].

$ gcc --version
  gcc (SUSE Linux) 4.8.5

Complete autogen.input is: [2].

* [1] http://paste.openstack.org/show/610812
* [2] http://paste.openstack.org/show/610814


More information about the LibreOffice mailing list