From 832997c849f166a808009494fb5004cfa6e10b4e Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 27 Jan 2020 17:54:31 +0100 Subject: tdf#130179 sw comments on frames: limit insert UI for at-char and ... ... as-char anchor types SwWrtShell::InsertPostIt() only sets the comment anchor for those types, and we would crash without an anchor. (cherry picked from commit d05a65bec5dc498f66f9331189124d539bc0d505) Conflicts: sw/Module_sw.mk Change-Id: I7d2f5d3d8f8e11c46db060c17587e97ecb786ad2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87581 Tested-by: Jenkins CollaboraOffice Reviewed-by: Miklos Vajna --- sw/Module_sw.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/Module_sw.mk') diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 8c904c7ce197..cbc048377e98 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -98,6 +98,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_accessible_relation_set \ CppunitTest_sw_apitests \ CppunitTest_sw_unowriter \ + CppunitTest_sw_uibase_shells \ )) ifneq ($(DISABLE_GUI),TRUE) -- cgit