include/svl/lngmisc.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3f54dc746936c5a4cc4aeba7e7a7ef1d95b62037
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Tue Nov 16 14:20:20 2021 +0100
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Tue Nov 16 16:08:30 2021 +0100

    svl: fix misleading comment
    
    Change-Id: I41406200aa953081c2e2a6ab9cbe8c404d8b5d86
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125305
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

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' ';
     }
 

Reply via email to