summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-27 11:17:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-28 09:25:06 +0000
commit28784e2df9b27de8e8f5390b5c976f5b80cf2786 (patch)
treed6d3542c0b572f54c1010b539a5a0ac4d5b710ed /sc
parentbdda683ed7e0db5dce14e39215eba198523aae70 (diff)
coverity#735462 Dead default in switch
Change-Id: I48bc819b939ae1a436d3103e8fc75c69c2324dc8
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/lotus/tool.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/filter/lotus/tool.cxx b/sc/source/filter/lotus/tool.cxx
index f4f2dad260a0..228f0fcac735 100644
--- a/sc/source/filter/lotus/tool.cxx
+++ b/sc/source/filter/lotus/tool.cxx
@@ -337,14 +337,6 @@ SfxUInt32Item* FormCache::NewAttr( sal_uInt8 nFormat, sal_uInt8 nSt )
break;
}
break;
- default:
- //fStandard;nL;
- nIndex1 = pFormTable->GetStandardFormat(
- NUMBERFORMAT_NUMBER, eLanguage );
- aFormString = pFormTable->GenerateFormat(nIndex1,
- eLanguage, false, false, nL, 1);
- nIndex1 = 0;
- break;
}
// Format in Table schieben