From 8d999b118e553a47a34639c7fda138b609b7aac9 Mon Sep 17 00:00:00 2001 From: Gulsah Kose Date: Mon, 9 Jan 2017 17:30:14 +0300 Subject: tdf#102132 Add contextual edit region uno command. Change-Id: I2b95457ba2f074a13059c9f5ce87589f925d3eda Signed-off-by: Gulsah Kose Reviewed-on: https://gerrit.libreoffice.org/33455 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky --- sw/source/uibase/dialog/regionsw.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/source/uibase/dialog') diff --git a/sw/source/uibase/dialog/regionsw.cxx b/sw/source/uibase/dialog/regionsw.cxx index 7bd9780ef9c3..9c0a3de1e61b 100644 --- a/sw/source/uibase/dialog/regionsw.cxx +++ b/sw/source/uibase/dialog/regionsw.cxx @@ -214,6 +214,7 @@ void SwBaseShell::EditRegionDialog(SfxRequest& rReq) switch ( nSlot ) { case FN_EDIT_REGION: + case FN_EDIT_CURRENT_REGION: { vcl::Window* pParentWin = &GetView().GetViewFrame()->GetWindow(); { -- cgit