diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-07-22 18:51:50 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-07-22 18:59:59 +0300 |
commit | 6e70dc595e3291ff12c09c60b1e3ddf97a672aea (patch) | |
tree | af446c604061a2e6a5f10b80508f0bfec7c3b4fa /sc/source | |
parent | dbdfd36f8a176780115ed5f3a44b19ab90c2396c (diff) |
Add missing space
Change-Id: I57d2fa94f6f4cc932f306de80897fc8071738c8c
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/opencl/formulagroupcl.cxx | 2 |
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? |