summaryrefslogtreecommitdiff
path: root/starmath/source/view.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-01-29 10:27:10 +0200
committerTor Lillqvist <tml@collabora.com>2016-01-29 10:27:39 +0200
commit0a1267d2c7096037ca1999f4d4c741e045d38f5c (patch)
tree78d01f890537f2896b43511b73fa9977f291582e /starmath/source/view.cxx
parent679bcbe06dc063414151ce05d4bf3e3b44f2de8d (diff)
WaE: calling static member function through member call syntax
Change-Id: I71c1ae0c5f34e17ab11cd6726d6845255224044d
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r--starmath/source/view.cxx3
1 files changed, 1 insertions, 2 deletions
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;
}