cppcheck: redundantAssignment

Change-Id: I2e49ab5de06568544e0bd15fdf55fd0c2c37509a
This commit is contained in:
Thomas Arnhold
2014-05-24 15:18:36 +02:00
parent 75648d6e97
commit bfda48e498

View File

@@ -1195,9 +1195,7 @@ IMPL_STATIC_LINK( SvtFileDialog, OpenHdl_Impl, void*, pVoid )
if ( INET_PROT_FILE == aFileObj.GetProtocol( ) )
{
bool bExists = false;
bExists = pThis->m_aContent.is( aFileObj.GetMainURL( INetURLObject::NO_DECODE ) );
bool bExists = pThis->m_aContent.is( aFileObj.GetMainURL( INetURLObject::NO_DECODE ) );
if ( !bExists )
{