summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-21 19:57:05 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-21 20:57:01 +0100
commitc94460d43cc4be450c4bee03b39328491a7f1d23 (patch)
treee627b632737bf2d7bebbd1b443b411ba8cc404d7 /sc
parentWaE: duplicateBranch (diff)
downloadcore-c94460d43cc4be450c4bee03b39328491a7f1d23.tar.gz
core-c94460d43cc4be450c4bee03b39328491a7f1d23.zip
WaE: duplicateBranch and unused var
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/excform.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/filter/excel/excform.cxx b/sc/source/filter/excel/excform.cxx
index a527fa75cabb..c5d222867207 100644
--- a/sc/source/filter/excel/excform.cxx
+++ b/sc/source/filter/excel/excform.cxx
@@ -895,7 +895,6 @@ ConvErr ExcelToSc::Convert( _ScRangeListTabs& rRangeList, XclImpStream& aIn, sal
sal_uInt16 nUINT16;
sal_uInt8 nByte;
sal_Bool bError = false;
- sal_Bool bArrayFormula = false;
const sal_Bool bRangeName = eFT == FT_RangeName;
const sal_Bool bSharedFormula = eFT == FT_SharedFormula;
const sal_Bool bRNorSF = bRangeName || bSharedFormula;
@@ -931,7 +930,6 @@ ConvErr ExcelToSc::Convert( _ScRangeListTabs& rRangeList, XclImpStream& aIn, sal
case 0x01: // Array Formula [325 ]
// Array Formula or Shared Formula [ 277]
nIgnore = (meBiff == EXC_BIFF2) ? 3 : 4;
- bArrayFormula = sal_True;
break;
case 0x02: // Data Table [325 277]
nIgnore = (meBiff == EXC_BIFF2) ? 3 : 4;
@@ -1302,8 +1300,6 @@ ConvErr ExcelToSc::Convert( _ScRangeListTabs& rRangeList, XclImpStream& aIn, sal
eRet = ConvErrCount;
else if( bExternName )
eRet = ConvErrExternal;
- else if( bArrayFormula )
- eRet = ConvOK;
else
eRet = ConvOK;