From bd2302200b7bc8005662b7034346866ae22da38b Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 21 Jan 2013 21:08:14 +0100 Subject: Fix parenthesis and simplify See http://nabble.documentfoundation.org/About-parenthesis-problem-in-testintrosp-cxx-td4030420.html Thank you Lubos! Change-Id: If46b3d3aa304f2c16d66813ff337a70b3a520e76 --- stoc/test/testintrosp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc') diff --git a/stoc/test/testintrosp.cxx b/stoc/test/testintrosp.cxx index 45500466c6bc..56e4f1a361c8 100644 --- a/stoc/test/testintrosp.cxx +++ b/stoc/test/testintrosp.cxx @@ -179,7 +179,7 @@ OUString AnyToString( const Any& aValue, sal_Bool bIncludeType, const Reference< if( bIncludeType ) { Reference< XIdlClass > xIdlClass = TypeToIdlClass( aValType, xMgr ); - aRetStr = aRetStr + OUString( OUString(" (Typ: ") ) + xIdlClass->getName() + OUString("")); + aRetStr += " (Typ: " + xIdlClass->getName() + ")"; } return aRetStr; } -- cgit v1.2.3