diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-11-29 11:57:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-11-29 21:21:12 +0100 |
commit | 88b69059c34a6ff85f1e61d9bc8906bfd8e432aa (patch) | |
tree | 021b9bc545e04706ff30b28903343cf643a02cb9 /toolkit/source/awt | |
parent | 67df0664609336faf205f80fdb5115d9edb985c3 (diff) |
use more XPopupMenu methods over PopupMenu ones
Change-Id: I54acdcb82b90d363e48543de99c75adea8fceb2a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126047
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit/source/awt')
-rw-r--r-- | toolkit/source/awt/vclxmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxmenu.cxx b/toolkit/source/awt/vclxmenu.cxx index 31c0f7f08edf..56b0bb49a6ca 100644 --- a/toolkit/source/awt/vclxmenu.cxx +++ b/toolkit/source/awt/vclxmenu.cxx @@ -575,7 +575,7 @@ namespace return aImage; } - /** Copied from svtools/inc/acceleratorexecute.hxx */ + /** Copied from include/svtools/acceleratorexecute.hxx */ css::awt::KeyEvent lcl_VCLKey2AWTKey( const vcl::KeyCode& aVCLKey) { |