summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-07-22 18:51:50 +0300
committerTor Lillqvist <tml@collabora.com>2016-07-22 18:59:59 +0300
commit6e70dc595e3291ff12c09c60b1e3ddf97a672aea (patch)
treeaf446c604061a2e6a5f10b80508f0bfec7c3b4fa /sc
parentdbdfd36f8a176780115ed5f3a44b19ab90c2396c (diff)
Add missing space
Change-Id: I57d2fa94f6f4cc932f306de80897fc8071738c8c
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/opencl/formulagroupcl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 6747bc90e2a8..aa110460f97a 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -4054,7 +4054,7 @@ DynamicKernel* DynamicKernel::create( const ScCalcConfig& rConfig, ScTokenArray&
{
// I think OpenCLError exceptions are actually exceptional (unexpected), so do use SAL_WARN
// here.
- SAL_WARN("sc.opencl", "Dynamic formula compiler: OpenCLError from " << oce.mFunction << ": " << ::opencl::errorString(oce.mError) << "at " << oce.mFile << ":" << oce.mLineNumber);
+ SAL_WARN("sc.opencl", "Dynamic formula compiler: OpenCLError from " << oce.mFunction << ": " << ::opencl::errorString(oce.mError) << " at " << oce.mFile << ":" << oce.mLineNumber);
// OpenCLError used to go to the catch-all below, and not delete pDynamicKernel. Was that
// intentional, should we not do it here then either?