coverity#1130183 Logically dead code
Change-Id: I0bb684634b176769360aaa1c4471274da9797a44
This commit is contained in:
@@ -280,9 +280,6 @@ const SfxFilter* SwIoSystem::GetFileFilter(const OUString& rFileName,
|
|||||||
SfxFilterContainer aCntSwWeb( OUString(sSWRITERWEB) );
|
SfxFilterContainer aCntSwWeb( OUString(sSWRITERWEB) );
|
||||||
const SfxFilterContainer* pFCntnr = IsDocShellRegistered() ? &aCntSw : &aCntSwWeb;
|
const SfxFilterContainer* pFCntnr = IsDocShellRegistered() ? &aCntSw : &aCntSwWeb;
|
||||||
|
|
||||||
if( !pFCntnr )
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
SfxFilterMatcher aMatcher( pFCntnr->GetName() );
|
SfxFilterMatcher aMatcher( pFCntnr->GetName() );
|
||||||
SfxFilterMatcherIter aIter( aMatcher );
|
SfxFilterMatcherIter aIter( aMatcher );
|
||||||
const SfxFilter* pFilter = aIter.First();
|
const SfxFilter* pFilter = aIter.First();
|
||||||
|
Reference in New Issue
Block a user