diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-07 12:50:10 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-08 07:37:24 +0200 |
commit | a271c15d85dff4907bc31a42501f741f7c0de356 (patch) | |
tree | 6a82a4b73f555f6a741c3cb43fcc1f62d2092b3d /basic | |
parent | 75b51d34f85427e94bfdee6b2b6f0f76a9c3b5f1 (diff) |
Fix typo
Change-Id: I1413e1872b1f2cd29256b33cdc7ac7ae09faf46c
Reviewed-on: https://gerrit.libreoffice.org/70394
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/sbx/sbxform.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxform.cxx b/basic/source/sbx/sbxform.cxx index ce394fa903b3..4cdf7678eac9 100644 --- a/basic/source/sbx/sbxform.cxx +++ b/basic/source/sbx/sbxform.cxx @@ -115,7 +115,7 @@ SbxBasicFormater::SbxBasicFormater( sal_Unicode _cDecPoint, sal_Unicode _cThousa { } -// function for output of a error-text (for debugging) +// function to output an error-text (for debugging) // displaces all characters of the string, starting from nStartPos // for one position to larger indexes, i. e. place for a new // character (which is to be inserted) is created. |