diff options
author | Christina Rossmanith <ChrRossmanith@web.de> | 2011-05-14 20:35:55 +0200 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-06-04 22:43:23 +0200 |
commit | 7f205d14cec06ae54b07215032b28eaf97d72ecd (patch) | |
tree | 1b63f31f3410a358c580ca5fac7559384f61c344 /sc/source | |
parent | c422a7cff5a245fa70164c82448936645197c03e (diff) |
Removed commented code
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/filter/excel/excform8.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/filter/excel/excform8.cxx b/sc/source/filter/excel/excform8.cxx index f989abc3c196..334402ab433d 100644 --- a/sc/source/filter/excel/excform8.cxx +++ b/sc/source/filter/excel/excform8.cxx @@ -582,15 +582,11 @@ ConvErr ExcelToSc8::Convert( const ScTokenArray*& rpTokArray, XclImpStream& aIn, case 0x67: case 0x27: // Erroneous Constant Reference Subexpr. [322 272] aIn.Ignore( 6 ); // mehr steht da nicht! -// aPool << ocBad; -// aPool >> aStack; break; case 0x48: case 0x68: case 0x28: // Incomplete Constant Reference Subexpr.[331 281] aIn.Ignore( 6 ); // mehr steht da nicht! -// aPool << ocBad; -// aPool >> aStack; break; case 0x49: case 0x69: @@ -645,15 +641,11 @@ ConvErr ExcelToSc8::Convert( const ScTokenArray*& rpTokArray, XclImpStream& aIn, case 0x6E: case 0x2E: // Reference Subexpression Within a Name [332 282] aIn.Ignore( 2 ); // mehr steht da nicht! -// aPool << ocBad; -// aPool >> aStack; break; case 0x4F: case 0x6F: case 0x2F: // Incomplete Reference Subexpression... [332 282] aIn.Ignore( 2 ); // mehr steht da nicht! -// aPool << ocBad; -// aPool >> aStack; break; case 0x58: case 0x78: @@ -769,7 +761,6 @@ ConvErr ExcelToSc8::Convert( const ScTokenArray*& rpTokArray, XclImpStream& aIn, } else { - //aStack << ocNoName; aPool << ocBad; aPool >> aStack; } @@ -1566,7 +1557,6 @@ sal_Bool ExcelToSc8::GetAbsRefs( ScRangeList& r, XclImpStream& aIn, sal_Size nLe goto _common; _common: // do not check abs/rel flags, linked controls have set them! -// if( !(( nCol1 & 0xC000 ) || ( nCol2 & 0xC000 )) ) { ScRange aScRange; nCol1 &= 0x3FFF; @@ -1674,8 +1664,4 @@ sal_Bool ExcelToSc8::GetAbsRefs( ScRangeList& r, XclImpStream& aIn, sal_Size nLe return !r.empty(); } - - - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |