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