From 7f58b57b47e6642cb9a7aeac48915b30148042d2 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 28 Nov 2023 08:46:58 +0100 Subject: sw floattable, per-frame wrap-on-all-pages mode: add ODT filter See , map SwFormatWrapTextAtFlyStart to on export, and the opposite on import. Change-Id: I43ee4c014fbcef8e883ff08ea061cfd395399a98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160010 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 7fc0fa394950..73e5dbb8eaaa 100644 --- a/xmloff/CppunitTest_xmloff_text.mk +++ b/xmloff/CppunitTest_xmloff_text.mk @@ -18,6 +18,7 @@ $(eval $(call gb_CppunitTest_use_externals,xmloff_text,\ $(eval $(call gb_CppunitTest_add_exception_objects,xmloff_text, \ xmloff/qa/unit/text \ + xmloff/qa/unit/text/txtprmap \ )) $(eval $(call gb_CppunitTest_use_libraries,xmloff_text, \ -- cgit