cppcheck: redundantAssignment
Change-Id: I2e49ab5de06568544e0bd15fdf55fd0c2c37509a
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user