sc/source/core/data/documen4.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 96409fd72c6fca3b64254666471f590ff89b9a26 Author: Markus Mohrhard <markus.mohrh...@collabora.co.uk> Date: Wed Dec 24 04:52:25 2014 +0100 we want to compare two different cells, fdo#85353 Change-Id: Ie612555a63a1eff79e6c35aeed3cfa27b948ad38 Reviewed-on: https://gerrit.libreoffice.org/13636 Reviewed-by: Eike Rathke <er...@redhat.com> Tested-by: Eike Rathke <er...@redhat.com> diff --git a/sc/source/core/data/documen4.cxx b/sc/source/core/data/documen4.cxx index b8e5958..6e0da40 100644 --- a/sc/source/core/data/documen4.cxx +++ b/sc/source/core/data/documen4.cxx @@ -1324,7 +1324,7 @@ void ScDocument::CompareDocument( ScDocument& rOtherDoc ) if ( ValidCol(nOtherCol) && ValidRow(nOtherRow) ) { ScAddress aOtherPos( nOtherCol, nOtherRow, nOtherTab ); - aOtherCell.assign(*this, aOtherPos); + aOtherCell.assign(rOtherDoc, aOtherPos); } if (!aThisCell.equalsWithoutFormat(aOtherCell)) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits