[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - filter/source
Julien Nabet
serval2412 at yahoo.fr
Fri Jun 9 16:41:07 UTC 2017
filter/source/msfilter/msvbahelper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e97c7ea6febe887b7123d960aea5e441ac0ce662
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Thu Jun 8 21:56:48 2017 +0200
Typo: F9 should be mapped with KEY_F9
Like this since mapping added:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=75fbed472cd689c8cc0b89e13a97969d77a0ea7c
(2012-03-05)
Change-Id: I8243080257c7a116207293426c2a8b840324859b
Reviewed-on: https://gerrit.libreoffice.org/38582
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
(cherry picked from commit c1567aa18a79b807b23da12423166dc217ff582a)
Reviewed-on: https://gerrit.libreoffice.org/38585
diff --git a/filter/source/msfilter/msvbahelper.cxx b/filter/source/msfilter/msvbahelper.cxx
index ed3eb18ebe03..8f58a82f410d 100644
--- a/filter/source/msfilter/msvbahelper.cxx
+++ b/filter/source/msfilter/msvbahelper.cxx
@@ -671,7 +671,7 @@ KeyCodeEntry const aMSKeyCodesData[] = {
{ "F6", KEY_F6 },
{ "F7", KEY_F7 },
{ "F8", KEY_F8 },
- { "F9", KEY_F1 },
+ { "F9", KEY_F9 },
{ "F10", KEY_F10 },
{ "F11", KEY_F11 },
{ "F12", KEY_F12 },
More information about the Libreoffice-commits
mailing list