[Libreoffice-commits] core.git: sc/source

Tor Lillqvist tml at collabora.com
Thu Oct 15 04:35:55 PDT 2015


 sc/source/core/opencl/formulagroupcl.cxx |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit e9caad9b5f39a84e24d82421cc8f360dcc1116ed
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Oct 15 14:33:19 2015 +0300

    tdf#94924: Fix thinko from bdef079b39d273d2985d360a52597672c96b43fc
    
    Change-Id: Iadeb311c364324d26acab8a856358e0a5c5673dc

diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 8d0deea..a7ce5f8 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -1776,13 +1776,6 @@ public:
                 ss << ";\n";
                 ss << "    }\n";
                 ss << "}\n";
-                if (vSubArguments[i]->GetFormulaToken()->GetType() ==
-                        formula::svSingleVectorRef && ZeroReturnZero())
-                {
-                    ss << "else{\n";
-                    ss << "        return 0;\n";
-                    ss << "    }\n";
-                }
             }
             else
             {


More information about the Libreoffice-commits mailing list