# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Library_Library,itg)) $(eval $(call gb_Library_use_external,itg,boost_headers)) $(eval $(call gb_Library_use_sdk_api,itg)) $(eval $(call gb_Library_use_libraries,itg,\ vcl \ tl \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,itg,\ filter/source/graphicfilter/itga/itga \ )) # vim: set noet sw=4 ts=4: office-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-20 10:05:38 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-20 10:05:38 +0200
commit578aff66c86024bbdb6090cf3ed99914a41a9229 (patch)
tree56385b87a0578c74bf63c98761f991be5cba29ae
parentbc25ebcd2ed92222eddb4e8e9a14fc91922a8aef (diff)
WaE: statement aligned ... [loplugin]
Change-Id: Ifd2693b36418fa6506ffac1584688e13e7f913f3
Diffstat
-rw-r--r--sc/source/core/opencl/formulagroupcl.cxx2
-rw-r--r--sc/source/core/opencl/op_financial.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 7e8e00860822..f3a310590594 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 5515951b85f5..216e7e906cee 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";