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

New commits:
commit 836454d0c1a490066f12cbe6327422ffb1065426
Author: Matúš Kukan <matus.ku...@collabora.com>
Date:   Wed Jun 18 07:53:14 2014 +0200

    loplugin:saloverride
    
    Change-Id: Ic2799c029c26dcd18a482b51f53248ef1c4b569a

diff --git a/sc/source/core/opencl/formulagroupcl.cxx 
b/sc/source/core/opencl/formulagroupcl.cxx
index e19d4a2..1b88527 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -1756,7 +1756,7 @@ public:
         return lhs + "*" + rhs;
     }
     virtual std::string BinFuncName(void) const SAL_OVERRIDE { return "fmul"; }
-    virtual bool ZeroReturnZero() {return true;};
+    virtual bool ZeroReturnZero() SAL_OVERRIDE { return true; }
 };
 
 /// Technically not a reduction, but fits the framework.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to