diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:36:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:06 +0200 |
commit | e8836a3de860daf97b995f05f02fc30dac8adfbe (patch) | |
tree | d0eece05aa7f765b26d5e3eae603744c649a771a /sc | |
parent | f75aa26620f26b1fd306ade2b3c7af13cb2d9034 (diff) |
typo: direclty -> directly
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/opencl/formulagroupcl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx index 44187fee911f..3d0658143088 100644 --- a/sc/source/core/opencl/formulagroupcl.cxx +++ b/sc/source/core/opencl/formulagroupcl.cxx @@ -1953,7 +1953,7 @@ public: } } /// Generate either a function call to each children - /// or direclty inline it if we are already inside a loop + /// or directly inline it if we are already inside a loop virtual std::string GenSlidingWindowDeclRef(bool nested=false) const SAL_OVERRIDE { std::stringstream ss; |