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

Tor Lillqvist tml at collabora.com
Fri Sep 20 02:39:11 PDT 2013


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

New commits:
commit 7cf091765aa74cd7856c4340eb019155ab6639c3
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Sep 20 12:38:43 2013 +0300

    Typo
    
    Change-Id: I77a428cb637d92cb656d16bcc6e1c9892f713669

diff --git a/sc/source/core/tool/formulagroup.cxx b/sc/source/core/tool/formulagroup.cxx
index 5348e86..af92305 100644
--- a/sc/source/core/tool/formulagroup.cxx
+++ b/sc/source/core/tool/formulagroup.cxx
@@ -449,7 +449,7 @@ void FormulaGroupInterpreter::switchOpenCLDevice(const OUString& rDeviceId, bool
 #else
     extern bool switchOpenClDevice(const OUString*, bool);
 
-    bool bSuccesss = switchOpenClDevice(&rDeviceId, bAutoSelect);
+    bool bSuccess = switchOpenClDevice(&rDeviceId, bAutoSelect);
     if(!bSuccess)
         return;
 #endif


More information about the Libreoffice-commits mailing list