[Libreoffice-commits] core.git: sc/source
Kohei Yoshida
kohei.yoshida at collabora.com
Wed Oct 30 00:25:15 CET 2013
sc/source/core/opencl/formulagroupcl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6877f54d9c4680fcbc9a6d3bf1037738e8b93224
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Tue Oct 29 19:26:15 2013 -0400
DIE auto DIE!!!
Change-Id: Ia4df8ac18a4b213a6c82a8faff0a4c08d53b6d08
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 875a259..8dc5779 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -695,7 +695,7 @@ public:
}
virtual void GenDecl(std::stringstream &ss) const
{
- for(auto it = mvSubArguments.begin(), e= mvSubArguments.end(); it!=e;
+ for (SubArgumentsType::const_iterator it = mvSubArguments.begin(), e= mvSubArguments.end(); it!=e;
++it) {
if (it != mvSubArguments.begin())
ss << ", ";
More information about the Libreoffice-commits
mailing list