summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-07-16 23:05:50 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-07-19 14:05:09 -0400
commitc31905c88ca6160a2c12565e036f5aa02a5be086 (patch)
tree1c81b77c9c34d44a1cf9d35b2ea31c365adfa37d /sc/source/core/inc
parente5e5c0c0c4b9c369543f09ab44e9d3c87dc93ca1 (diff)
Initial cut on matrix backend swapping. Still lots of things to fix.
Change-Id: I5262899171029772f53dccc9aea666c4b83aef36
Diffstat (limited to 'sc/source/core/inc')
-rw-r--r--sc/source/core/inc/jumpmatrix.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/jumpmatrix.hxx b/sc/source/core/inc/jumpmatrix.hxx
index be2719c0a213..27dfecdd195f 100644
--- a/sc/source/core/inc/jumpmatrix.hxx
+++ b/sc/source/core/inc/jumpmatrix.hxx
@@ -195,7 +195,7 @@ public:
{
if ( nNewCols > nResMatCols || nNewRows > nResMatRows )
{
- pMat = pMat->CloneAndExtend( nNewCols, nNewRows, pMat->GetDensityType() );
+ pMat = pMat->CloneAndExtend(nNewCols, nNewRows);
if ( nResMatCols < nNewCols )
{
pMat->FillDouble( CreateDoubleError(