[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat May 3 15:37:44 PDT 2014
sc/source/ui/unoobj/chart2uno.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 71824c63025375c068e391bd24f9727453517296
Author: Markus Mohrhard <markus.mohrhard at 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;
More information about the Libreoffice-commits
mailing list