include/vcl/mnemonic.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 38a1c6b760d9664e0ecbce23b3d869fb77e7fc35 Author: xuenhua <xuenhua2...@sina.com> AuthorDate: Fri Apr 29 14:50:45 2022 +0800 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Sun May 1 11:05:00 2022 +0200 Fix comments Latin a-z instead of Latin A-Z Change-Id: If638cdbe12a1c66cb27b982508867a5a34681b02 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133589 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/include/vcl/mnemonic.hxx b/include/vcl/mnemonic.hxx index 3ee12c20cc33..23ea1d1e6273 100644 --- a/include/vcl/mnemonic.hxx +++ b/include/vcl/mnemonic.hxx @@ -30,7 +30,7 @@ namespace com::sun::star::i18n { class XCharacterClassification; } // Latin 0-9 #define MNEMONIC_RANGE_1_START 0x30 #define MNEMONIC_RANGE_1_END 0x39 -// Latin A-Z +// Latin a-z #define MNEMONIC_RANGE_2_START 0x61 #define MNEMONIC_RANGE_2_END 0x7A // Cyrillic