coverity#1103656 Logically dead code
Change-Id: I9e55dbfea39abfbe335036af910c3a8bc916d6b9
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user