sc/source/ui/unoobj/chart2uno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 71824c63025375c068e391bd24f9727453517296 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sun May 4 00:33:04 2014 +0200 another build fix diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx index bfa2599..3db2484 100644 --- a/sc/source/ui/unoobj/chart2uno.cxx +++ b/sc/source/ui/unoobj/chart2uno.cxx @@ -1400,7 +1400,7 @@ public: ScSingleRefData& s = rData.Ref1; ScSingleRefData& e = rData.Ref2; - if(abs((e.Col()-s.Col())*(e.Row()-s.Row())) < SHRINK_RANGE_THRESHOLD) + if(abs((e.nCol-s.nCol)*(e.nRow-s.nRow)) < SHRINK_RANGE_THRESHOLD) return; SCCOL nMinCol = MAXCOL, nMaxCol = 0; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits