coverity#1130183 Logically dead code

Change-Id: I0bb684634b176769360aaa1c4471274da9797a44
This commit is contained in:
Caolán McNamara
2014-02-10 10:43:59 +00:00
parent dfcd09f774
commit 4a8a30f941

View File

@@ -280,9 +280,6 @@ const SfxFilter* SwIoSystem::GetFileFilter(const OUString& rFileName,
SfxFilterContainer aCntSwWeb( OUString(sSWRITERWEB) );
const SfxFilterContainer* pFCntnr = IsDocShellRegistered() ? &aCntSw : &aCntSwWeb;
if( !pFCntnr )
return 0;
SfxFilterMatcher aMatcher( pFCntnr->GetName() );
SfxFilterMatcherIter aIter( aMatcher );
const SfxFilter* pFilter = aIter.First();