diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:53:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:54:36 +0200 |
commit | 17b1cf0a0384cb2851cde023adadfefe76d41045 (patch) | |
tree | 7d325fe8cd7697dbbc58325159a8244083d589e3 /vcl/source/window/menu.cxx | |
parent | f751e4b15256e53413395691f9ac50acaa5598eb (diff) |
loplugin:staticcall
Change-Id: I16195f2278ae67f17db55e02bb38fe3c5cd063be
Diffstat (limited to 'vcl/source/window/menu.cxx')
-rw-r--r-- | vcl/source/window/menu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx index 1996b4659d96..4f82d32ce11d 100644 --- a/vcl/source/window/menu.cxx +++ b/vcl/source/window/menu.cxx @@ -1180,7 +1180,7 @@ void Menu::ImplCallEventListeners( sal_uLong nEvent, sal_uInt16 nPos ) // This is needed by atk accessibility bridge if ( nEvent == VCLEVENT_MENU_HIGHLIGHT ) { - ImplGetSVData()->mpApp->ImplCallEventListeners( &aEvent ); + Application::ImplCallEventListeners( &aEvent ); } if ( !aDelData.isDeleted() ) |