[Libreoffice-commits] .: Branch 'feature/calc-function-linest-logest' - sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Thu Nov 4 20:13:03 PDT 2010
sc/source/core/tool/interpr5.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 96f07b9ca435d5641214c8d65cc407495d4fb3be
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Thu Nov 4 23:12:15 2010 -0400
Removed unnecessary return statement.
diff --git a/sc/source/core/tool/interpr5.cxx b/sc/source/core/tool/interpr5.cxx
index 757dfce..759614a 100644
--- a/sc/source/core/tool/interpr5.cxx
+++ b/sc/source/core/tool/interpr5.cxx
@@ -2874,7 +2874,6 @@ void ScInterpreter::CalulateRGPRKP(bool _bRKP)
PushMatrix(pResMat);
}
}
- return;
}
void ScInterpreter::ScTrend()
More information about the Libreoffice-commits
mailing list