summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2022-01-31 15:46:30 +0900
committerTomaž Vajngerl <quikee@gmail.com>2022-02-01 02:13:24 +0100
commitbeb6c62e990599d91ac5d9183164c94d269027d3 (patch)
tree4dab11a9ce3614e615910a33638f694ce620b256 /sc/source/ui
parentd140817428cdbb519efa496f578bf6c054c94361 (diff)
vba: fix registering shortcuts keys defined by the vba macros
On issue with registering was that the registering happened when the macro source was in the process to be read into the library, which is just a bit too early, because the macro wasn't found and not registered. Another issue was with searching for the macro method (hasMacro), which doesn't search the same when the module name is known and when it isn't. This was changed so we just iterate through the modules and call the same "FindMethod" method without any extra restrictions. Change-Id: I811cfcaca58e8dfa8bef6cf983a8aff2b60eba35 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129196 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sc/source/ui')
0 files changed, 0 insertions, 0 deletions