About parenthesis problem in testintrosp.cxx

julien2412 serval2412 at yahoo.fr
Sat Jan 19 09:27:20 PST 2013


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:
")) ) + xIdlClass->getName() + OUString(RTL_CONSTASCII_USTRINGPARAM(")"));
before 02/06/2012

If testintrosp.cxx is still used, an idea how to make this line more clear
(and perhaps removing the double use of OUString)?

Julien



--
View this message in context: http://nabble.documentfoundation.org/About-parenthesis-problem-in-testintrosp-cxx-tp4030420.html
Sent from the Dev mailing list archive at Nabble.com.


More information about the LibreOffice mailing list