diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2022-09-15 10:19:45 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2022-09-19 11:42:59 +0200 |
commit | 467085bfb0f595a094389c2de159589372d36d1e (patch) | |
tree | 1124baddedd97a081015513aab0dd8656fe3d683 /bin | |
parent | de90c192cb8f1f03a4028493d8bfe9a127a76b2a (diff) |
Rename MouseNotifyEvent to NotifyEventType
Also contains keyboard and focus events, not only mouse events
Change-Id: Iec1d6c341b01a489ba80fe9634ea3579afb02ea9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139970
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/find-can-be-private-symbols.functions.results | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/find-can-be-private-symbols.functions.results b/bin/find-can-be-private-symbols.functions.results index ee1bf33587e9..d147531663df 100644 --- a/bin/find-can-be-private-symbols.functions.results +++ b/bin/find-can-be-private-symbols.functions.results @@ -2335,7 +2335,7 @@ NotebookBar::UpdatePersonaSettings() NotebookBar::dispose() NotebookBar::setPosSizePixel(long, long, long, long, PosSizeFlags) NotebookBar::~NotebookBar() -NotifyEvent::NotifyEvent(MouseNotifyEvent, vcl::Window*, void const*) +NotifyEvent::NotifyEvent(NotifyEventType, vcl::Window*, void const*) NotifyEvent::~NotifyEvent() NumFormatListBox::Init() NumFormatListBox::clear() |