summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-12-17 00:55:49 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2015-12-17 22:43:57 +0200
commit0ac22118721b426b2fc441a1c37572cda972be08 (patch)
tree5a07d7ad79b3c176aeef70e08a3dc43e289930f2 /sw/source
parent06726aa39eaeba71701742d28a1a81bd1574f883 (diff)
nConfigId is always 0
Change-Id: Ic314bc04a22ebf23fa7b06dca06e4d2afae096f9
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 2a11d57df0a5..d376191340fc 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -5265,7 +5265,7 @@ void SwEditWin::Command( const CommandEvent& rCEvt )
}
}
else if ( !m_rView.ExecSpellPopup( aDocPos ) )
- SfxDispatcher::ExecutePopup( 0, this, &aPixPos);
+ SfxDispatcher::ExecutePopup(this, &aPixPos);
}
else if (m_pApplyTempl->nUndo < rSh.GetDoc()->GetIDocumentUndoRedo().GetUndoActionCount())
{