Kaydet (Commit) d24c6a02 authored tarafından Eike Rathke's avatar Eike Rathke

always justify a referenced range in order, tdf#92468

Change-Id: Id69c58800d28f1733777f7931a20d8ee7bdf034f
üst 3b355fca
......@@ -1308,6 +1308,7 @@ void ScInterpreter::DoubleRefToRange( const ScComplexRefData & rCRef,
rRange.aStart.Set( nCol, nRow, nTab );
SingleRefToVars( rCRef.Ref2, nCol, nRow, nTab);
rRange.aEnd.Set( nCol, nRow, nTab );
rRange.Justify();
if (! pDok->aTableOpList.empty() && !bDontCheckForTableOp )
{
if ( IsTableOpInRange( rRange ) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment