From f3b5356bdc51b03f9910ed544b8c17d6f919bc12 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 15 Jan 2021 11:57:50 +0100 Subject: tdf#136861 ODT export: fix writing resolved state for non-ranged comments It was probably not intentional to write the resolved state only in case the annotation has a name. Change-Id: Ia3a6b2320e2288528c43c832211ebfcde492881e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109354 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- xmloff/CppunitTest_xmloff_text.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'xmloff/CppunitTest_xmloff_text.mk') diff --git a/xmloff/CppunitTest_xmloff_text.mk b/xmloff/CppunitTest_xmloff_text.mk index e3259672605b..8e757fd584b2 100644 --- a/xmloff/CppunitTest_xmloff_text.mk +++ b/xmloff/CppunitTest_xmloff_text.mk @@ -26,6 +26,7 @@ $(eval $(call gb_CppunitTest_use_libraries,xmloff_text, \ sal \ test \ unotest \ + utl \ )) $(eval $(call gb_CppunitTest_use_sdk_api,xmloff_text)) -- cgit