Hi, On Thu, May 29, 2014 at 02:24:27PM +0200, Rene Engelhard wrote: > - } else if (!pIter->Name.compareToAscii("LocalSocket")) { > + } else if (pIter->Name.equalsAscii("LocalSocket")) { > OSL_VERIFY( pIter->Value >>= sUnixSocket ); > unixSocketPassed = true; > - } else if (!pIter->Name.compareToAscii("NamedPipe")) { > + } else if (pIter->Name.equalsAscii("NamedPipe")) { > OSL_VERIFY( pIter->Value >>= sNamedPipe ); > namedPipePassed = true;
Wasn't this but the place was correct. Upstream fixed it. (for 4.4 only for now, but that hopefully will be backported) I backported the patch[1] and it'll be in the next upload of both the 4.2 and 4.3 branches. Regards, Rene [1] http://cgit.freedesktop.org/libreoffice/core/commit/?id=6b50e21473e7d2b24b5c609d8a1c31f27644d842 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org