diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-03 21:38:53 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-08 22:00:53 -0400 |
commit | 771d7e6dd513cb8e924964bcacd0435e93bb303a (patch) | |
tree | 475ae70463f9d8fd3683759db0d4246fec778c3b | |
parent | c59e5179012dd156c6b32261b10969153399f80a (diff) |
???
Change-Id: Id13bf81cd65fdc0677832993bded37e08f226c0d
-rw-r--r-- | sc/source/core/data/column.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx index 751fdf6d6562..21b1fd37cbf4 100644 --- a/sc/source/core/data/column.cxx +++ b/sc/source/core/data/column.cxx @@ -2015,8 +2015,7 @@ void ScColumn::CopyScenarioTo( ScColumn& rDestCol ) const if ( ((ScMergeFlagAttr&)pPattern->GetItem( ATTR_MERGE_FLAG )).IsScenario() ) { rDestCol.DeleteArea( nStart, nEnd, IDF_CONTENTS ); - ((ScColumn*)this)-> - CopyToColumn(aCxt, nStart, nEnd, IDF_CONTENTS, false, rDestCol); + CopyToColumn(aCxt, nStart, nEnd, IDF_CONTENTS, false, rDestCol); // UpdateUsed not needed, is already done in TestCopyScenario (obsolete comment ?) |