From 0a1267d2c7096037ca1999f4d4c741e045d38f5c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 29 Jan 2016 10:27:10 +0200 Subject: WaE: calling static member function through member call syntax Change-Id: I71c1ae0c5f34e17ab11cd6726d6845255224044d --- starmath/source/view.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'starmath') diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 8708c03704a2..416d41531920 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; } -- cgit