From 9ad4eeb4fa413b1a3e084d141c6eb01795f95b7f Mon Sep 17 00:00:00 2001 From: Andreas Becker Date: Thu, 28 Apr 2011 00:59:28 +0200 Subject: fixed cppcheck warnings --- cui/source/dialogs/multipat.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/dialogs/multipat.cxx') diff --git a/cui/source/dialogs/multipat.cxx b/cui/source/dialogs/multipat.cxx index 3e763779b7c8..fb6aea37e4a0 100644 --- a/cui/source/dialogs/multipat.cxx +++ b/cui/source/dialogs/multipat.cxx @@ -294,7 +294,7 @@ void SvxMultiPathDialog::SetPath( const String& rPath ) if ( pImpl->bIsRadioButtonMode ) { String sEntry( '\t' ); - sEntry += bIsSystemPath ? sSystemPath : sPath; + sEntry += (bIsSystemPath ? sSystemPath : sPath); SvLBoxEntry* pEntry = aRadioLB.InsertEntry( sEntry ); String* pURL = new String( sPath ); pEntry->SetUserData( pURL ); -- cgit