summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlimport2.mk
diff options
context:
space:
mode:
authorVasily Melenchuk <vasily.melenchuk@cib.de>2019-02-25 08:35:54 +0300
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2019-02-28 13:37:24 +0100
commit691ca4e1a3e510d54894a1e7df7fa4ad9f9cba11 (patch)
treec4cc264130e606d33fd20be1fba24e445bb4c305 /sw/CppunitTest_sw_ooxmlimport2.mk
parente76203f45a4c645447f8379ee2123f518a8aca77 (diff)
tdf#121440 writerfilter: do not use imported style for foot/endnotes
Extra style is causing editing problem near footnote/endnote references. This behavior is a side effect of eaa9cf6a3069fba3d82c046f0041bfb537d9e648, allowing emission of these "technical" styles. Change-Id: I1885b92814746e7b5cd19f3ddd7bc22eb691615e Reviewed-on: https://gerrit.libreoffice.org/68304 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlimport2.mk')
-rw-r--r--sw/CppunitTest_sw_ooxmlimport2.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxmlimport2.mk b/sw/CppunitTest_sw_ooxmlimport2.mk
index c269c7282028..1760b61e98b3 100644
--- a/sw/CppunitTest_sw_ooxmlimport2.mk
+++ b/sw/CppunitTest_sw_ooxmlimport2.mk
@@ -39,6 +39,7 @@ $(eval $(call gb_CppunitTest_use_externals,sw_ooxmlimport2,\
$(eval $(call gb_CppunitTest_set_include,sw_ooxmlimport2,\
-I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \
+ -I$(SRCDIR)/sw/source/uibase/inc \
-I$(SRCDIR)/sw/qa/extras/inc \
$$(INCLUDE) \
))