starmath/source/view.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 0a1267d2c7096037ca1999f4d4c741e045d38f5c Author: Tor Lillqvist <t...@collabora.com> Date: Fri Jan 29 10:27:10 2016 +0200 WaE: calling static member function through member call syntax Change-Id: I71c1ae0c5f34e17ab11cd6726d6845255224044d diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 8708c03..416d415 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -569,8 +569,7 @@ void SmGraphicWindow::Command(const CommandEvent& rCEvt) SAL_WARN_IF( !pViewShell, "starmath", "view shell missing" ); // added for replaceability of context menus - pViewShell->GetViewFrame()->GetBindings().GetDispatcher() - ->ExecutePopup( this, &aPos ); + SfxDispatcher::ExecutePopup( this, &aPos ); bCallBase = false; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits