Add missing space
Change-Id: I57d2fa94f6f4cc932f306de80897fc8071738c8c
This commit is contained in:
@@ -4054,7 +4054,7 @@ DynamicKernel* DynamicKernel::create( const ScCalcConfig& rConfig, ScTokenArray&
|
|||||||
{
|
{
|
||||||
// I think OpenCLError exceptions are actually exceptional (unexpected), so do use SAL_WARN
|
// I think OpenCLError exceptions are actually exceptional (unexpected), so do use SAL_WARN
|
||||||
// here.
|
// 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
|
// OpenCLError used to go to the catch-all below, and not delete pDynamicKernel. Was that
|
||||||
// intentional, should we not do it here then either?
|
// intentional, should we not do it here then either?
|
||||||
|
Reference in New Issue
Block a user