coverity#1103656 Logically dead code
Change-Id: I9e55dbfea39abfbe335036af910c3a8bc916d6b9
This commit is contained in:
@@ -387,8 +387,6 @@ void SvxNumberFormatShell::GetOptions( const OUString& rFormat,
|
|||||||
|
|
||||||
sal_uInt32 nFmtKey = pFormatter->GetEntryKey( rFormat, eCurLanguage );
|
sal_uInt32 nFmtKey = pFormatter->GetEntryKey( rFormat, eCurLanguage );
|
||||||
|
|
||||||
if(nFmtKey != NUMBERFORMAT_ENTRY_NOT_FOUND)
|
|
||||||
{
|
|
||||||
if(nFmtKey != NUMBERFORMAT_ENTRY_NOT_FOUND)
|
if(nFmtKey != NUMBERFORMAT_ENTRY_NOT_FOUND)
|
||||||
{
|
{
|
||||||
pFormatter->GetFormatSpecialInfo( nFmtKey,
|
pFormatter->GetFormatSpecialInfo( nFmtKey,
|
||||||
@@ -397,9 +395,6 @@ void SvxNumberFormatShell::GetOptions( const OUString& rFormat,
|
|||||||
|
|
||||||
CategoryToPos_Impl( pFormatter->GetType( nFmtKey ), rCatLbPos );
|
CategoryToPos_Impl( pFormatter->GetType( nFmtKey ), rCatLbPos );
|
||||||
}
|
}
|
||||||
else
|
|
||||||
rCatLbPos = CAT_USERDEFINED;
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
bool bTestBanking = false;
|
bool bTestBanking = false;
|
||||||
|
Reference in New Issue
Block a user