[Libreoffice-commits] core.git: sc/source
Luboš Luňák
l.lunak at collabora.com
Tue Jul 10 10:04:12 UTC 2018
sc/source/core/opencl/formulagroupcl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c2ef6701b1de29e7a76ab95d4974ead16a6abe22
Author: Luboš Luňák <l.lunak at collabora.com>
Date: Thu Jul 5 12:06:13 2018 +0200
say in debug output which ocExternal wasn't handled
Change-Id: I2588688ee11825088d2509d4f5908c29e93d0b1b
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 5931a3bf9f60..7067ec0fa5c8 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -3217,7 +3217,7 @@ DynamicKernelSoPArguments::DynamicKernelSoPArguments(const ScCalcConfig& config,
new OpGestep, nResultSize));
}
else
- throw UnhandledToken("unhandled opcode", __FILE__, __LINE__);
+ throw UnhandledToken(OUString("unhandled external " + pChild->GetExternal()).toUtf8().getStr(), __FILE__, __LINE__);
break;
default:
More information about the Libreoffice-commits
mailing list