Kaydet (Commit) 7cf09176 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Typo

Change-Id: I77a428cb637d92cb656d16bcc6e1c9892f713669
üst b5a888d3
...@@ -449,7 +449,7 @@ void FormulaGroupInterpreter::switchOpenCLDevice(const OUString& rDeviceId, bool ...@@ -449,7 +449,7 @@ void FormulaGroupInterpreter::switchOpenCLDevice(const OUString& rDeviceId, bool
#else #else
extern bool switchOpenClDevice(const OUString*, bool); extern bool switchOpenClDevice(const OUString*, bool);
bool bSuccesss = switchOpenClDevice(&rDeviceId, bAutoSelect); bool bSuccess = switchOpenClDevice(&rDeviceId, bAutoSelect);
if(!bSuccess) if(!bSuccess)
return; return;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment