summaryrefslogtreecommitdiff
path: root/framework/source/inc/accelerators/keymapping.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-17 09:31:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-17 12:07:46 +0200
commitef5b895afe63eae029363ddb5d7960d7e34e5e35 (patch)
tree872cd53623c1c29b6b9ae5080ee92d8c4d50a307 /framework/source/inc/accelerators/keymapping.hxx
parent48b41d73cb62dc89fc0594ccfd6fa664a460d142 (diff)
loplugin:staticvar in editeng..framework
Change-Id: I8e555a98f74f61e6e40122564b7ad19ca07a8a91 Reviewed-on: https://gerrit.libreoffice.org/61866 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source/inc/accelerators/keymapping.hxx')
-rw-r--r--framework/source/inc/accelerators/keymapping.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/inc/accelerators/keymapping.hxx b/framework/source/inc/accelerators/keymapping.hxx
index 0f610e599e3a..9ce8cdcd8ed7 100644
--- a/framework/source/inc/accelerators/keymapping.hxx
+++ b/framework/source/inc/accelerators/keymapping.hxx
@@ -61,7 +61,7 @@ class KeyMapping
private:
- static KeyIdentifierInfo KeyIdentifierMap[];
+ static KeyIdentifierInfo const KeyIdentifierMap[];
/** @short hash to map identifier to key codes. */
Identifier2CodeHash m_lIdentifierHash;