summaryrefslogtreecommitdiffstats
path: root/vcl/unx/generic/app/i18n_keysym.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/app/i18n_keysym.cxx')
-rw-r--r--vcl/unx/generic/app/i18n_keysym.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/unx/generic/app/i18n_keysym.cxx b/vcl/unx/generic/app/i18n_keysym.cxx
index 53b1ae7e642e..a77632a3e70d 100644
--- a/vcl/unx/generic/app/i18n_keysym.cxx
+++ b/vcl/unx/generic/app/i18n_keysym.cxx
@@ -26,11 +26,15 @@
// for all keysyms with byte1 and byte2 equal zero, and of course only for
// keysyms that have a unicode counterpart
+namespace {
+
struct keymap_t {
const int first; const int last;
const sal_Unicode *map;
};
+}
+
// Latin-1 Byte 3 = 0x00
const sal_Unicode keymap00_map[] = {
0x0020, 0x0021, 0x0022, 0x0023, 0x0024, 0x0025, 0x0026, 0x0027,