[SOLVED] Re: About parenthesis problem in testintrosp.cxx

2013-01-21 Thread julien2412
Thank you Stephan and Lubos. I applied why Lubos indicated, see http://cgit.freedesktop.org/libreoffice/core/commit/?id=bd2302200b7bc8005662b7034346866ae22da38b Julien -- View this message in context: http://nabble.documentfoundation.org/About-parenthesis-problem-in-testintrosp-cxx-tp4030420p

Re: About parenthesis problem in testintrosp.cxx

2013-01-21 Thread Lubos Lunak
On Saturday 19 of January 2013, julien2412 wrote: > Hello, > > Here's a problem in stoc/test/testintrosp.cxx, line 182 > aRetStr = aRetStr + OUString( OUString(" (Typ: ") ) + xIdlClass->getName() > + OUString("")); > > By taking a look at git history, I found that it was: > aRetStr = aRetStr + OUSt

Re: About parenthesis problem in testintrosp.cxx

2013-01-21 Thread Stephan Bergmann
On 01/19/2013 06:27 PM, julien2412 wrote: Here's a problem in stoc/test/testintrosp.cxx, line 182 aRetStr = aRetStr + OUString( OUString(" (Typ: ") ) + xIdlClass->getName() + OUString("")); By taking a look at git history, I found that it was: aRetStr = aRetStr + OUString( OUString(RTL_CONSTASCI

About parenthesis problem in testintrosp.cxx

2013-01-19 Thread julien2412
Hello, Here's a problem in stoc/test/testintrosp.cxx, line 182 aRetStr = aRetStr + OUString( OUString(" (Typ: ") ) + xIdlClass->getName() + OUString("")); By taking a look at git history, I found that it was: aRetStr = aRetStr + OUString( OUString(RTL_CONSTASCII_USTRINGPARAM(" (Typ: ")) ) + xIdlC