sc/source/core/opencl/formulagroupcl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c2ef6701b1de29e7a76ab95d4974ead16a6abe22
Author: Luboš Luňák <l.lu...@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:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to