diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-01-15 11:57:50 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-01-15 16:05:47 +0100 |
commit | f3b5356bdc51b03f9910ed544b8c17d6f919bc12 (patch) | |
tree | b21b6ae5d1db87e14160e47dbd2d2f46cf686384 /xmloff/CppunitTest_xmloff_text.mk | |
parent | 79bfb54665b1a8dc2b932318eb6915d300772cff (diff) |
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 <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'xmloff/CppunitTest_xmloff_text.mk')
-rw-r--r-- | xmloff/CppunitTest_xmloff_text.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |