summaryrefslogtreecommitdiff
path: root/sw/rtfexport_setup.mk
diff options
context:
space:
mode:
authorVasily Melenchuk <vasily.melenchuk@cib.de>2022-03-30 13:09:19 +0300
committerMiklos Vajna <vmiklos@collabora.com>2022-03-31 08:35:57 +0200
commitf0c7746e83e9c9f17f7c415ef3423c882a6de1ca (patch)
treeb7f3b50691e47585dac00ddcc3fe41ee7972e71b /sw/rtfexport_setup.mk
parent6ade0f41805261c9c8c7ac784f5bddb2ad47efda (diff)
tdf#116358: rtf import: "keep with next" also affects table rows
Like in DOCX for RTF there is exactly same behavior for paragraphs inside cells. They do affect table breaking over the pages. So: 1) Enable "TableRowKeep" doc setting for RTF documents. 2) Do not ignore \keepn token for paragraphs in tables. Change-Id: I11e45ca9114c792b8cdbeb77dd51359717129651 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132305 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/rtfexport_setup.mk')
-rw-r--r--sw/rtfexport_setup.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/rtfexport_setup.mk b/sw/rtfexport_setup.mk
index 40bbfb62321a..3ea61755d467 100644
--- a/sw/rtfexport_setup.mk
+++ b/sw/rtfexport_setup.mk
@@ -45,6 +45,7 @@ $(eval $(call gb_CppunitTest_use_externals,sw_rtfexport$(1),\
$(eval $(call gb_CppunitTest_set_include,sw_rtfexport$(1),\
-I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \
+ -I$(SRCDIR)/sw/source/uibase/inc \
-I$(SRCDIR)/sw/qa/inc \
$$(INCLUDE) \
))