[Libreoffice-commits] core.git: starmath/source

Tor Lillqvist tml at collabora.com
Fri Jan 29 00:28:33 PST 2016


 starmath/source/view.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 0a1267d2c7096037ca1999f4d4c741e045d38f5c
Author: Tor Lillqvist <tml at 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;
             }


More information about the Libreoffice-commits mailing list