[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Wed Jul 3 18:36:31 PDT 2013


 sc/source/core/data/column.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 9e559f4e73ef0a0a90822d0cd5644d8ebc7ed01f
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Wed Jul 3 21:38:53 2013 -0400

    ???
    
    Change-Id: Id13bf81cd65fdc0677832993bded37e08f226c0d

diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 2ec0647..68f7aa3 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 ?)
 


More information about the Libreoffice-commits mailing list