WaE: C4701: potentially uninitialized local variable 'pGlossary' used

Change-Id: I299c89c6417b6f3cf0932d8c5d8a3b9983300d5e
This commit is contained in:
Tor Lillqvist
2013-08-01 13:32:14 +03:00
parent 4e293b2a25
commit 67c8d5b7ab

View File

@@ -736,7 +736,7 @@ sal_Bool SwGlossaryHdl::ImportGlossaries( const OUString& rName )
pMed->UseInteractionHandler( sal_True );
if( !aMatcher.GuessFilter( *pMed, &pFilter, sal_False ) )
{
SwTextBlocks *pGlossary;
SwTextBlocks *pGlossary = NULL;
pMed->SetFilter( pFilter );
Reader* pR = SwReaderWriter::GetReader( pFilter->GetUserData() );
if( pR && 0 != ( pGlossary = pCurGrp ? pCurGrp