coverity#1103656 Logically dead code

Change-Id: I9e55dbfea39abfbe335036af910c3a8bc916d6b9
This commit is contained in:
Caolán McNamara
2014-03-10 09:47:51 +00:00
parent bba56d9ec7
commit fc19d6af97

View File

@@ -389,16 +389,11 @@ void SvxNumberFormatShell::GetOptions( const OUString& rFormat,
if(nFmtKey != NUMBERFORMAT_ENTRY_NOT_FOUND)
{
if ( nFmtKey != NUMBERFORMAT_ENTRY_NOT_FOUND )
{
pFormatter->GetFormatSpecialInfo( nFmtKey,
rThousand, rNegRed,
rPrecision, rLeadingZeroes );
pFormatter->GetFormatSpecialInfo( nFmtKey,
rThousand, rNegRed,
rPrecision, rLeadingZeroes );
CategoryToPos_Impl( pFormatter->GetType( nFmtKey ), rCatLbPos );
}
else
rCatLbPos = CAT_USERDEFINED;
CategoryToPos_Impl( pFormatter->GetType( nFmtKey ), rCatLbPos );
}
else
{