diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-12-11 12:01:21 -0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-12-11 20:45:30 +0000 |
commit | eebc1e9a8a5c7fd04b795c62791a70eed65995e4 (patch) | |
tree | 56c34f36141f9f670c76bb3658b7c068f20b7990 /sw | |
parent | bbb9f4f74724213d62154bb17876953064cd2d62 (diff) |
fdo#60698: Merge fastsax and sax_shared into expwrap
Change-Id: I6f8c6827c00db50184a46f39968f882b944d18d4
Reviewed-on: https://gerrit.libreoffice.org/6967
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_filters_test.mk | 1 | ||||
-rw-r--r-- | sw/CppunitTest_sw_htmlexport.mk | 1 | ||||
-rw-r--r-- | sw/CppunitTest_sw_layout_test.mk | 1 | ||||
-rw-r--r-- | sw/CppunitTest_sw_macros_test.mk | 1 | ||||
-rw-r--r-- | sw/CppunitTest_sw_odfexport.mk | 1 | ||||
-rw-r--r-- | sw/CppunitTest_sw_ooxmlexport.mk | 1 | ||||
-rw-r--r-- | sw/CppunitTest_sw_ooxmlimport.mk | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk index 0cc65fd00b49..cc1a9e9e873e 100644 --- a/sw/CppunitTest_sw_filters_test.mk +++ b/sw/CppunitTest_sw_filters_test.mk @@ -68,7 +68,6 @@ $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ - sax/source/fastparser/fastsax \ sfx2/util/sfx \ svtools/util/svt \ sw/util/msword \ diff --git a/sw/CppunitTest_sw_htmlexport.mk b/sw/CppunitTest_sw_htmlexport.mk index 5f0ed0609a7d..0179bdd2641e 100644 --- a/sw/CppunitTest_sw_htmlexport.mk +++ b/sw/CppunitTest_sw_htmlexport.mk @@ -64,7 +64,6 @@ $(eval $(call gb_CppunitTest_use_components,sw_htmlexport,\ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ - sax/source/fastparser/fastsax \ sw/util/sw \ sw/util/swd \ sw/util/msword \ diff --git a/sw/CppunitTest_sw_layout_test.mk b/sw/CppunitTest_sw_layout_test.mk index 370cff8ee33b..017ba1b6555f 100644 --- a/sw/CppunitTest_sw_layout_test.mk +++ b/sw/CppunitTest_sw_layout_test.mk @@ -76,7 +76,6 @@ $(eval $(call gb_CppunitTest_use_components,sw_layout_test,\ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ - sax/source/fastparser/fastsax \ sw/util/sw \ sw/util/swd \ sw/util/msword \ diff --git a/sw/CppunitTest_sw_macros_test.mk b/sw/CppunitTest_sw_macros_test.mk index 819e0f872196..6e6f247347b1 100644 --- a/sw/CppunitTest_sw_macros_test.mk +++ b/sw/CppunitTest_sw_macros_test.mk @@ -80,7 +80,6 @@ $(eval $(call gb_CppunitTest_use_components,sw_macros_test,\ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ - sax/source/fastparser/fastsax \ sw/util/sw \ sw/util/swd \ sw/util/msword \ diff --git a/sw/CppunitTest_sw_odfexport.mk b/sw/CppunitTest_sw_odfexport.mk index 8c0842eab28b..c369055fd95a 100644 --- a/sw/CppunitTest_sw_odfexport.mk +++ b/sw/CppunitTest_sw_odfexport.mk @@ -61,7 +61,6 @@ $(eval $(call gb_CppunitTest_use_components,sw_odfexport,\ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ - sax/source/fastparser/fastsax \ sfx2/util/sfx \ starmath/util/sm \ svl/source/fsstor/fsstorage \ diff --git a/sw/CppunitTest_sw_ooxmlexport.mk b/sw/CppunitTest_sw_ooxmlexport.mk index 6e21d5de30e7..eb3acbab38b3 100644 --- a/sw/CppunitTest_sw_ooxmlexport.mk +++ b/sw/CppunitTest_sw_ooxmlexport.mk @@ -63,7 +63,6 @@ $(eval $(call gb_CppunitTest_use_components,sw_ooxmlexport,\ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ - sax/source/fastparser/fastsax \ sw/util/sw \ sw/util/swd \ sw/util/msword \ diff --git a/sw/CppunitTest_sw_ooxmlimport.mk b/sw/CppunitTest_sw_ooxmlimport.mk index fe1cefeca2a4..2c383e820f74 100644 --- a/sw/CppunitTest_sw_ooxmlimport.mk +++ b/sw/CppunitTest_sw_ooxmlimport.mk @@ -64,7 +64,6 @@ $(eval $(call gb_CppunitTest_use_components,sw_ooxmlimport,\ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ - sax/source/fastparser/fastsax \ sw/util/sw \ sw/util/swd \ sw/util/msword \ |