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

Related: tdf#106089 generate range string with current address convention

... so subsequent parsing actually works.

Change-Id: I47d661d24552104b56827248b4c5e6a6617c5d63
üst 02006778
......@@ -113,7 +113,7 @@ void lcl_ChartInit( const uno::Reference < embed::XEmbeddedObject >& xObj, ScVie
pDoc->LimitChartArea( nTab1, nCol1,nRow1, nCol2,nRow2 );
ScRange aRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 );
aRangeString = aRange.Format(ScRefFlags::RANGE_ABS_3D, &rScDoc);
aRangeString = aRange.Format(ScRefFlags::RANGE_ABS_3D, &rScDoc, rScDoc.GetAddressConvention());
}
}
}
......
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