sc/source/core/tool/address.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 627d50e7d432463d6a625ba5b387df7e61e4fc76 Author: Eike Rathke <er...@redhat.com> Date: Fri Jun 26 16:30:12 2015 +0200 entire rows/cols have absolute col/row anchors, tdf#44419 follow-up Change-Id: I2ae8c1c81734efd7c80558ba5337253985e8e8b7 (cherry picked from commit 4091b4fbdce40262eba46ab94653287b1fd928e8) diff --git a/sc/source/core/tool/address.cxx b/sc/source/core/tool/address.cxx index dbcfb15..8ac9d1a 100644 --- a/sc/source/core/tool/address.cxx +++ b/sc/source/core/tool/address.cxx @@ -1491,11 +1491,15 @@ static sal_uInt16 lcl_ScRange_Parse_OOo( ScRange& rRange, { rRange.aStart.SetRow(0); rRange.aEnd.SetRow(MAXROW); + nRes1 |= SCA_ROW_ABSOLUTE; + nRes2 |= SCA_ROW_ABSOLUTE; } else { rRange.aStart.SetCol(0); rRange.aEnd.SetCol(MAXCOL); + nRes1 |= SCA_COL_ABSOLUTE; + nRes2 |= SCA_COL_ABSOLUTE; } } if (nRes1 && nRes2) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits