diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-15 16:37:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-16 09:40:37 +0100 |
commit | e9208eb0d50295ae066beeb21e0162f8858ccb25 (patch) | |
tree | bb3c972470353f20714ad2502320c76ddccc7c4e /editeng | |
parent | 9804cb2f195451811eff8924d7997a3cbd6d679d (diff) |
hint as to the special handling of the edit popup menu in LOK
Change-Id: I0d00210ea4d9a1d388f473584edc74b2de814cc8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107783
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/editview.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/editeng/editview.cxx b/editeng/source/editeng/editview.cxx index 2212b526a572..00be3ff442ef 100644 --- a/editeng/source/editeng/editview.cxx +++ b/editeng/source/editeng/editview.cxx @@ -1104,6 +1104,7 @@ void EditView::ExecuteSpellPopup( const Point& rPosPixel, Link<SpellCallbackInfo LOKSendSpellPopupMenu(aPopupMenu, nGuessLangWord, nGuessLangPara, nWords); return; } + // note, there is special handling of this menu 'editviewspellmenu' by vcl's PopupMenu::ImplExecute } sal_uInt16 nId = aPopupMenu->Execute(pImpEditView->GetWindow(), aTempRect, PopupMenuFlags::NoMouseUpClose); |