diff options
-rw-r--r-- | sc/source/filter/oox/pivotcachebuffer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/pivotcachebuffer.cxx b/sc/source/filter/oox/pivotcachebuffer.cxx index e7bad2d0a18b..64da525d9812 100644 --- a/sc/source/filter/oox/pivotcachebuffer.cxx +++ b/sc/source/filter/oox/pivotcachebuffer.cxx @@ -408,7 +408,7 @@ void PivotCacheItemList::importArray( SequenceInputStream& rStrm ) case BIFF12_PCITEM_ARRAY_DATE: createItem().readDate( rStrm ); break; default: OSL_FAIL( "PivotCacheItemList::importArray - unknown data type" ); - nIdx = nCount; + return; } } } |