From f3a632c8753079a954187ea0f60f9606fdb3fe27 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 7 Aug 2013 19:04:53 -0400 Subject: No more RT_SHARED and RT_SHAREDMOD named range types. Change-Id: Ic8d98b62747ae29cc968ce926e2ae42537023840 --- sc/source/core/data/formulacell.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sc/source/core/data') diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index c3ab5cd24039..d6254c23fef2 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -2825,8 +2825,6 @@ void ScFormulaCell::UpdateTranspose( const ScRange& rSource, const ScAddress& rD { if (pName->IsModified()) bRefChanged = true; - if (pName->HasType(RT_SHAREDMOD)) - pShared = pName; } } else if( t->GetType() != svIndex ) @@ -2902,8 +2900,6 @@ void ScFormulaCell::UpdateGrow( const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY { if (pName->IsModified()) bRefChanged = true; - if (pName->HasType(RT_SHAREDMOD)) - pShared = pName; } } else if( t->GetType() != svIndex ) -- cgit v1.2.3