[Libreoffice-commits] core.git: Branch 'feature/calc-pluggable-opencl' - sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Mon Sep 16 11:32:09 PDT 2013


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

New commits:
commit ac819279eb4d7ec2f638099ce7d8f5ec1f1ed1b6
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Mon Sep 16 14:33:35 2013 -0400

    Need return statement here...
    
    Change-Id: Id6a63ee106b50ccb5558c8c9aa7fe363e2a1ee29

diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 370a72d..a02ba5d 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -1091,7 +1091,7 @@ SAL_DLLPUBLIC_EXPORT void SAL_CALL fillOpenCLInfo(sc::OpenclPlatformInfo* pInfos
 
 SAL_DLLPUBLIC_EXPORT bool SAL_CALL switchOpenClDevice(const OUString* pDeviceId, bool bAutoSelect)
 {
-    sc::opencl::switchOpenclDevice(pDeviceId, bAutoSelect);
+    return sc::opencl::switchOpenclDevice(pDeviceId, bAutoSelect);
 }
 
 }


More information about the Libreoffice-commits mailing list