diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-09-20 12:38:43 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-09-20 12:38:43 +0300 |
commit | 7cf091765aa74cd7856c4340eb019155ab6639c3 (patch) | |
tree | ced79339d4a4672147ce1d14fb0f41d033e5131b | |
parent | b5a888d3681cc375657f84239eca391bbb270fd5 (diff) |
Typo
Change-Id: I77a428cb637d92cb656d16bcc6e1c9892f713669
-rw-r--r-- | sc/source/core/tool/formulagroup.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/formulagroup.cxx b/sc/source/core/tool/formulagroup.cxx index 5348e86571da..af923053ef71 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 |