[Libreoffice-commits] .: sc/source
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Jan 11 13:21:07 PST 2011
sc/source/core/tool/interpr1.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit b1de245f97e974d9b031501ac8033a329eb2b574
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jan 11 21:21:01 2011 +0000
Remove dodgy looking extra PushIllegalArgument
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 6af58e7..73b418a 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -6706,7 +6706,6 @@ void ScInterpreter::ScOffset()
nRow1 = (SCROW)((long)nRow1+nRowPlus);
nCol2 = (SCCOL)((long)nCol1+nColNew-1);
nTab2 = nTab1;
- PushIllegalArgument();
if (!ValidCol(nCol1) || !ValidRow(nRow1) ||
!ValidCol(nCol2) || !ValidRow(nRow2))
PushIllegalArgument();
More information about the Libreoffice-commits
mailing list