diff options
author | xuenhua <xuenhua2008@sina.com> | 2022-04-29 14:50:45 +0800 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-05-01 11:05:00 +0200 |
commit | 38a1c6b760d9664e0ecbce23b3d869fb77e7fc35 (patch) | |
tree | 2adf02ff2d501cc1928f7dca234991cc863fc548 | |
parent | 520d8c9ec7718cf6678614ecf18656dafcad9445 (diff) |
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 <fitojb@ubuntu.com>
-rw-r--r-- | include/vcl/mnemonic.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |