diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2018-07-05 12:06:13 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2018-07-10 12:03:30 +0200 |
commit | c2ef6701b1de29e7a76ab95d4974ead16a6abe22 (patch) | |
tree | 89aaec3f23a3674b82868dbf6174b52ccacf7d19 | |
parent | 406ebf8e36ab1d1e10fb1d55101d7fc66add0c4b (diff) |
say in debug output which ocExternal wasn't handled
Change-Id: I2588688ee11825088d2509d4f5908c29e93d0b1b
-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 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: |