[Libreoffice-commits] core.git: sc/source
Tor Lillqvist
tml at collabora.com
Fri Dec 20 00:06:28 PST 2013
sc/source/core/opencl/formulagroupcl.cxx | 2 +-
sc/source/core/opencl/op_financial.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 578aff66c86024bbdb6090cf3ed99914a41a9229
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Dec 20 10:05:38 2013 +0200
WaE: statement aligned ... [loplugin]
Change-Id: Ifd2693b36418fa6506ffac1584688e13e7f913f3
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 7e8e008..f3a3105 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -3232,7 +3232,7 @@ CompiledFormula* FormulaGroupInterpreterOpenCL::createCompiledFormula(ScDocument
DynamicKernel *result = DynamicKernel::create(rDoc, rTopPos, *pCode);
if ( result )
- result->SetPCode(pCode);
+ result->SetPCode(pCode);
return result;
}
diff --git a/sc/source/core/opencl/op_financial.cxx b/sc/source/core/opencl/op_financial.cxx
index 5515951..216e7e9 100644
--- a/sc/source/core/opencl/op_financial.cxx
+++ b/sc/source/core/opencl/op_financial.cxx
@@ -3657,7 +3657,7 @@ vSubArguments)
for (unsigned i = 0; i < vSubArguments.size(); i++)
{
if (i)
- ss << ",";
+ ss << ",";
vSubArguments[i]->GenSlidingWindowDecl(ss);
}
ss << ") {\n";
More information about the Libreoffice-commits
mailing list