Kaydet (Commit) 4a8a30f9 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1130183 Logically dead code

Change-Id: I0bb684634b176769360aaa1c4471274da9797a44
üst dfcd09f7
...@@ -280,9 +280,6 @@ const SfxFilter* SwIoSystem::GetFileFilter(const OUString& rFileName, ...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment