diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-02-03 14:01:31 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-02-03 14:01:40 +0100 |
commit | 326bec33e0a08123d716b9d2a06884368a8f07eb (patch) | |
tree | 663c513af4e3e7078a858d9fb7da3afb732e6d77 /basic | |
parent | d271e5fd87dc11512f4be244bf6e7eea1769c62e (diff) |
some more continuous corrections
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/runtime.cxx | 2 | ||||
-rw-r--r-- | basic/source/sbx/sbxscan.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 8e51eb0fe3c0..83e81e6cca06 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -983,7 +983,7 @@ SbMethod* SbiRuntime::GetCaller() // Stacks -// The expression-stack is available for the continous evaluation +// The expression-stack is available for the continuous evaluation // of expressions. void SbiRuntime::PushVar( SbxVariable* pVar ) diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx index 6d39ba772466..43620d3d4668 100644 --- a/basic/source/sbx/sbxscan.cxx +++ b/basic/source/sbx/sbxscan.cxx @@ -916,7 +916,7 @@ void SbxValue::Format( OUString& rRes, const OUString* pFmt ) const // Remark: For performance reasons there's only ONE BasicFormater- // object created and 'stored', so that the expensive resource- // loading is saved (for country-specific predefined outputs, - // e. g. "On/Off") and the continous string-creation + // e. g. "On/Off") and the continuous string-creation // operations, too. // BUT: therefore this code is NOT multithreading capable! |