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

@@ -387,8 +387,6 @@ void SvxNumberFormatShell::GetOptions( const OUString& rFormat,
sal_uInt32 nFmtKey = pFormatter->GetEntryKey( rFormat, eCurLanguage );
if(nFmtKey != NUMBERFORMAT_ENTRY_NOT_FOUND)
{
if(nFmtKey != NUMBERFORMAT_ENTRY_NOT_FOUND)
{
pFormatter->GetFormatSpecialInfo( nFmtKey,
@@ -397,9 +395,6 @@ void SvxNumberFormatShell::GetOptions( const OUString& rFormat,
CategoryToPos_Impl( pFormatter->GetType( nFmtKey ), rCatLbPos );
}
else
rCatLbPos = CAT_USERDEFINED;
}
else
{
bool bTestBanking = false;