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

Kohei Yoshida kohei.yoshida at collabora.com
Fri Dec 19 12:11:12 PST 2014


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

New commits:
commit ec7b12a5c331cd0250d7bb5bed09384985943bda
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Fri Dec 19 15:08:53 2014 -0500

    We don't need this semi-colon.
    
    Change-Id: I3860e2e54e6a380f8050cdaa63cda52adf70220a

diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 2c77ee4..4ffab79 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -3306,7 +3306,7 @@ DynamicKernelSoPArguments::DynamicKernelSoPArguments(
 
             default:
                 throw UnhandledToken(pChild, "unhandled opcode");
-        };
+        }
     }
 }
 


More information about the Libreoffice-commits mailing list