diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2021-11-16 14:20:20 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-11-16 16:08:30 +0100 |
commit | 3f54dc746936c5a4cc4aeba7e7a7ef1d95b62037 (patch) | |
tree | 451f0c4742d7cd39eeeaa19f2e20aeb9931c9478 /include/svl/lngmisc.hxx | |
parent | 59dc5d00b04927d07df2dcc3c17acfdc760d8765 (diff) |
svl: fix misleading comment
Change-Id: I41406200aa953081c2e2a6ab9cbe8c404d8b5d86
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125305
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'include/svl/lngmisc.hxx')
-rw-r--r-- | include/svl/lngmisc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/lngmisc.hxx b/include/svl/lngmisc.hxx index 7e5728d67a9a..46045c13fc2e 100644 --- a/include/svl/lngmisc.hxx +++ b/include/svl/lngmisc.hxx @@ -39,7 +39,7 @@ namespace linguistic inline bool IsControlChar(sal_Unicode cChar) { - // TODO: why doesn't this include 0x0F DEL? + // TODO: why doesn't this include 0x7F DEL? return cChar < u' '; } |