sw/source/uibase/shells/basesh.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 16cf34a1d208b0e3e1f6ea9eadabbbd25894f829 Author: Xisco Fauli <aniste...@gmail.com> Date: Mon Dec 4 19:03:45 2017 +0100 tdf#114219: Show Edit dialog entry in link section Change-Id: I35c34d427cc5440994fc16ed7e4d307bc95bc533 Reviewed-on: https://gerrit.libreoffice.org/45817 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: GülÅah Köse <gulsah.1...@gmail.com> (cherry picked from commit 2eae1d741ebdc1e2ce1e512960e8152e178e0150) Reviewed-on: https://gerrit.libreoffice.org/45931 Reviewed-by: Xisco Faulà <xiscofa...@libreoffice.org> diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx index 4ed0849265ff..f251045744a8 100644 --- a/sw/source/uibase/shells/basesh.cxx +++ b/sw/source/uibase/shells/basesh.cxx @@ -1399,7 +1399,8 @@ void SwBaseShell::GetState( SfxItemSet &rSet ) case FN_EDIT_CURRENT_REGION: //tdf#112808 if cursor is in an index, don't show the edit section. if( !rSh.GetCurrSection() || - rSh.GetCurrSection()->GetType() != CONTENT_SECTION ) + (rSh.GetCurrSection()->GetType() != CONTENT_SECTION && + rSh.GetCurrSection()->GetType() != FILE_LINK_SECTION )) { rSet.DisableItem(nWhich); }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits