From a652ea0fc4cc789f715b461819127ee80afa9e6f Mon Sep 17 00:00:00 2001 From: roopak12345 Date: Sun, 9 Mar 2014 21:40:44 +0100 Subject: fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dir Moved the files linked in sw/Library_sw.mk from sw/source/ui to sw/source/core/uibase and modified the make files as per the new directory location. Reviewed on: https://gerrit.libreoffice.org/8447 Change-Id: I05f6ccdeee5e76fb0ae477d16721d9ddc6eaff32 --- sw/CppunitTest_sw_htmlexport.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/CppunitTest_sw_htmlexport.mk') diff --git a/sw/CppunitTest_sw_htmlexport.mk b/sw/CppunitTest_sw_htmlexport.mk index 2da0c3f4d08c..18b4afd26752 100644 --- a/sw/CppunitTest_sw_htmlexport.mk +++ b/sw/CppunitTest_sw_htmlexport.mk @@ -39,6 +39,7 @@ $(eval $(call gb_CppunitTest_set_include,sw_htmlexport,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/ui/inc \ -I$(SRCDIR)/sw/source/core/inc \ + -I$(SRCDIR)/sw/source/core/uibase/inc \ -I$(SRCDIR)/sw/qa/extras/inc \ $$(INCLUDE) \ )) -- cgit