[Libreoffice-commits] core.git: sw/CppunitTest_sw_filters_test.mk sw/CppunitTest_sw_htmlexport.mk sw/CppunitTest_sw_layout_test.mk sw/CppunitTest_sw_macros_test.mk sw/CppunitTest_sw_odfimport.mk sw/CppunitTest_sw_uiwriter.mk sw/CppunitTest_sw_uwriter.mk sw/Library_msword.mk sw/Library_swd.mk sw/Library_swui.mk sw/Library_vbaswobj.mk

Caolán McNamara caolanm at redhat.com
Sun Mar 9 14:21:03 PDT 2014


 sw/CppunitTest_sw_filters_test.mk |    1 -
 sw/CppunitTest_sw_htmlexport.mk   |    1 -
 sw/CppunitTest_sw_layout_test.mk  |    1 -
 sw/CppunitTest_sw_macros_test.mk  |    1 -
 sw/CppunitTest_sw_odfimport.mk    |    1 -
 sw/CppunitTest_sw_uiwriter.mk     |    1 -
 sw/CppunitTest_sw_uwriter.mk      |    1 -
 sw/Library_msword.mk              |    1 -
 sw/Library_swd.mk                 |    1 -
 sw/Library_swui.mk                |    1 -
 sw/Library_vbaswobj.mk            |    1 -
 11 files changed, 11 deletions(-)

New commits:
commit 49bb29cc24a8b5d6b81d0d2497c818a190532c00
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Mar 9 21:19:11 2014 +0000

    this dir doesn't exist anymore
    
    Change-Id: Ie861b7db8a507177b330ade23e94771a0811c2f9

diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk
index 102b8a0..c5fd73c 100644
--- a/sw/CppunitTest_sw_filters_test.mk
+++ b/sw/CppunitTest_sw_filters_test.mk
@@ -41,7 +41,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_filters_test, \
 ))
 
 $(eval $(call gb_CppunitTest_set_include,sw_filters_test,\
-    -I$(SRCDIR)/sw/source/ui/inc \
     -I$(SRCDIR)/sw/inc \
     $$(INCLUDE) \
 ))
diff --git a/sw/CppunitTest_sw_htmlexport.mk b/sw/CppunitTest_sw_htmlexport.mk
index 18b4afd..b3bec14 100644
--- a/sw/CppunitTest_sw_htmlexport.mk
+++ b/sw/CppunitTest_sw_htmlexport.mk
@@ -37,7 +37,6 @@ $(eval $(call gb_CppunitTest_use_externals,sw_htmlexport,\
 
 $(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 \
diff --git a/sw/CppunitTest_sw_layout_test.mk b/sw/CppunitTest_sw_layout_test.mk
index 017ba1b..a440050 100644
--- a/sw/CppunitTest_sw_layout_test.mk
+++ b/sw/CppunitTest_sw_layout_test.mk
@@ -51,7 +51,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_layout_test, \
 ))
 
 $(eval $(call gb_CppunitTest_set_include,sw_layout_test,\
-    -I$(SRCDIR)/sw/source/ui/inc \
     -I$(SRCDIR)/sw/inc \
     $$(INCLUDE) \
 ))
diff --git a/sw/CppunitTest_sw_macros_test.mk b/sw/CppunitTest_sw_macros_test.mk
index 6e6f247..72a7301 100644
--- a/sw/CppunitTest_sw_macros_test.mk
+++ b/sw/CppunitTest_sw_macros_test.mk
@@ -54,7 +54,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_macros_test, \
 ))
 
 $(eval $(call gb_CppunitTest_set_include,sw_macros_test,\
-    -I$(SRCDIR)/sw/source/ui/inc \
     -I$(SRCDIR)/sw/inc \
     $$(INCLUDE) \
 ))
diff --git a/sw/CppunitTest_sw_odfimport.mk b/sw/CppunitTest_sw_odfimport.mk
index e61967a..233de60 100644
--- a/sw/CppunitTest_sw_odfimport.mk
+++ b/sw/CppunitTest_sw_odfimport.mk
@@ -39,7 +39,6 @@ $(eval $(call gb_CppunitTest_set_include,sw_odfimport,\
     -I$(SRCDIR)/sw/inc \
     -I$(SRCDIR)/sw/source/core/inc \
     -I$(SRCDIR)/sw/source/core/uibase/inc \
-    -I$(SRCDIR)/sw/source/ui/inc \
 	-I$(SRCDIR)/sw/qa/extras/inc \
     $$(INCLUDE) \
 ))
diff --git a/sw/CppunitTest_sw_uiwriter.mk b/sw/CppunitTest_sw_uiwriter.mk
index 376d361..499f61f 100644
--- a/sw/CppunitTest_sw_uiwriter.mk
+++ b/sw/CppunitTest_sw_uiwriter.mk
@@ -39,7 +39,6 @@ $(eval $(call gb_CppunitTest_set_include,sw_uiwriter,\
     -I$(SRCDIR)/sw/inc \
     -I$(SRCDIR)/sw/source/core/inc \
     -I$(SRCDIR)/sw/source/core/uibase/inc \
-    -I$(SRCDIR)/sw/source/ui/inc \
     -I$(SRCDIR)/sw/qa/extras/inc \
     $$(INCLUDE) \
 ))
diff --git a/sw/CppunitTest_sw_uwriter.mk b/sw/CppunitTest_sw_uwriter.mk
index 42f481e..0b71cc1 100644
--- a/sw/CppunitTest_sw_uwriter.mk
+++ b/sw/CppunitTest_sw_uwriter.mk
@@ -60,7 +60,6 @@ $(eval $(call gb_CppunitTest_use_externals,sw_uwriter,\
 ))
 
 $(eval $(call gb_CppunitTest_set_include,sw_uwriter,\
-    -I$(SRCDIR)/sw/source/ui/inc \
     -I$(SRCDIR)/sw/source/core/inc \
     -I$(SRCDIR)/sw/inc \
     $$(INCLUDE) \
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk
index 135eb57..92e806d 100644
--- a/sw/Library_msword.mk
+++ b/sw/Library_msword.mk
@@ -29,7 +29,6 @@ $(eval $(call gb_Library_set_precompiled_header,msword,$(SRCDIR)/sw/inc/pch/prec
 
 $(eval $(call gb_Library_set_include,msword,\
     -I$(SRCDIR)/sw/source/core/inc \
-    -I$(SRCDIR)/sw/source/ui/inc \
     -I$(SRCDIR)/sw/source/filter/inc \
     -I$(SRCDIR)/sw/inc \
     $$(INCLUDE) \
diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk
index fd53b7b..3621168 100644
--- a/sw/Library_swd.mk
+++ b/sw/Library_swd.mk
@@ -26,7 +26,6 @@ $(eval $(call gb_Library_set_include,swd,\
     -I$(SRCDIR)/sw/inc \
     -I$(SRCDIR)/sw/source/core/inc \
     -I$(SRCDIR)/sw/source/filter/inc \
-    -I$(SRCDIR)/sw/source/ui/inc \
 ))
 
 $(eval $(call gb_Library_use_external,swd,boost_headers))
diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk
index 7d466a5..6c7f355 100644
--- a/sw/Library_swui.mk
+++ b/sw/Library_swui.mk
@@ -24,7 +24,6 @@ $(eval $(call gb_Library_set_include,swui,\
     -I$(SRCDIR)/sw/source/core/inc \
     -I$(SRCDIR)/sw/source/core/uibase/inc \
     -I$(SRCDIR)/sw/source/filter/inc \
-    -I$(SRCDIR)/sw/source/ui/inc \
     -I$(WORKDIR)/SdiTarget/sw/sdi \
     $$(INCLUDE) \
 ))
diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk
index f499f38..7aa19d2 100644
--- a/sw/Library_vbaswobj.mk
+++ b/sw/Library_vbaswobj.mk
@@ -27,7 +27,6 @@ $(eval $(call gb_Library_set_include,vbaswobj,\
     -I$(SRCDIR)/sw/source/core/inc \
     -I$(SRCDIR)/sw/source/core/uibase/inc \
     -I$(SRCDIR)/sw/source/filter/inc \
-    -I$(SRCDIR)/sw/source/ui/inc \
     -I$(SRCDIR)/sw/inc \
     $$(INCLUDE) \
 ))


More information about the Libreoffice-commits mailing list