diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-12-17 00:55:49 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-12-17 22:43:57 +0200 |
commit | 0ac22118721b426b2fc441a1c37572cda972be08 (patch) | |
tree | 5a07d7ad79b3c176aeef70e08a3dc43e289930f2 /sc | |
parent | 06726aa39eaeba71701742d28a1a81bd1574f883 (diff) |
nConfigId is always 0
Change-Id: Ic314bc04a22ebf23fa7b06dca06e4d2afae096f9
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/gridwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index de0d32e2a857..fc11103740ea 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -3215,7 +3215,7 @@ void ScGridWindow::Command( const CommandEvent& rCEvt ) if (!bDone) { - SfxDispatcher::ExecutePopup( 0, this, &aMenuPos ); + SfxDispatcher::ExecutePopup( this, &aMenuPos ); } } } |