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)
|
||||||
{
|
{
|
||||||
if ( nFmtKey != NUMBERFORMAT_ENTRY_NOT_FOUND )
|
pFormatter->GetFormatSpecialInfo( nFmtKey,
|
||||||
{
|
rThousand, rNegRed,
|
||||||
pFormatter->GetFormatSpecialInfo( nFmtKey,
|
rPrecision, rLeadingZeroes );
|
||||||
rThousand, rNegRed,
|
|
||||||
rPrecision, rLeadingZeroes );
|
|
||||||
|
|
||||||
CategoryToPos_Impl( pFormatter->GetType( nFmtKey ), rCatLbPos );
|
CategoryToPos_Impl( pFormatter->GetType( nFmtKey ), rCatLbPos );
|
||||||
}
|
|
||||||
else
|
|
||||||
rCatLbPos = CAT_USERDEFINED;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user