sw/source/uibase/shells/basesh.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit b11cf78fe322075d7d20945a52d000d86fd79d56 Author: merttumer <[email protected]> AuthorDate: Wed May 26 10:34:22 2021 +0300 Commit: Mert Tumer <[email protected]> CommitDate: Wed May 26 19:17:27 2021 +0200 lok: Re-Enable AnchorToPara context menu item Change-Id: I0f1f4121c06b8f628f4fe49284737cea3d28e4b8 Signed-off-by: merttumer <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116141 Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx index 37ec78c3762e..00607bc3eb8c 100644 --- a/sw/source/uibase/shells/basesh.cxx +++ b/sw/source/uibase/shells/basesh.cxx @@ -1720,8 +1720,7 @@ void SwBaseShell::GetState( SfxItemSet &rSet ) if (comphelper::LibreOfficeKit::isActive()) { - if (nWhich == FN_TOOL_ANCHOR_PAGE || nWhich == FN_TOOL_ANCHOR_PARAGRAPH - || nWhich == FN_TOOL_ANCHOR_FRAME) + if (nWhich == FN_TOOL_ANCHOR_PAGE || nWhich == FN_TOOL_ANCHOR_FRAME) { rSet.DisableItem(nWhich); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
