Kaydet (Commit) dddd9b41 authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

Simplify type detectors

Change-Id: Ic731c1c4c76d8d6779868d7e3e4c02cb3cadc844
Reviewed-on: https://gerrit.libreoffice.org/9222Reviewed-by: 's avatarMaxim Monastirsky <momonasmon@gmail.com>
Tested-by: 's avatarMaxim Monastirsky <momonasmon@gmail.com>
üst f82f7bf3
...@@ -77,6 +77,7 @@ $(eval $(call gb_CppunitTest_use_components,chart2_export,\ ...@@ -77,6 +77,7 @@ $(eval $(call gb_CppunitTest_use_components,chart2_export,\
embeddedobj/util/embobj \ embeddedobj/util/embobj \
eventattacher/source/evtatt \ eventattacher/source/evtatt \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
filter/source/storagefilterdetect/storagefd \
forms/util/frm \ forms/util/frm \
framework/util/fwk \ framework/util/fwk \
i18npool/util/i18npool \ i18npool/util/i18npool \
......
...@@ -80,6 +80,7 @@ $(eval $(call gb_CppunitTest_use_components,chart2_import,\ ...@@ -80,6 +80,7 @@ $(eval $(call gb_CppunitTest_use_components,chart2_import,\
embeddedobj/util/embobj \ embeddedobj/util/embobj \
eventattacher/source/evtatt \ eventattacher/source/evtatt \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
filter/source/storagefilterdetect/storagefd \
forms/util/frm \ forms/util/frm \
framework/util/fwk \ framework/util/fwk \
i18npool/util/i18npool \ i18npool/util/i18npool \
......
...@@ -71,6 +71,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_html_export_test,\ ...@@ -71,6 +71,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_html_export_test,\
configmgr/source/configmgr \ configmgr/source/configmgr \
dbaccess/util/dba \ dbaccess/util/dba \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
filter/source/storagefilterdetect/storagefd \
forms/util/frm \ forms/util/frm \
framework/util/fwk \ framework/util/fwk \
i18npool/util/i18npool \ i18npool/util/i18npool \
......
...@@ -27,12 +27,8 @@ $(eval $(call gb_Library_use_libraries,scd,\ ...@@ -27,12 +27,8 @@ $(eval $(call gb_Library_use_libraries,scd,\
sal \ sal \
sfx \ sfx \
sot \ sot \
svl \
svt \
tl \ tl \
ucbhelper \
utl \ utl \
vcl \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
......
...@@ -19,16 +19,13 @@ $(eval $(call gb_Library_use_external,sdd,boost_headers)) ...@@ -19,16 +19,13 @@ $(eval $(call gb_Library_use_external,sdd,boost_headers))
$(eval $(call gb_Library_use_sdk_api,sdd)) $(eval $(call gb_Library_use_sdk_api,sdd))
$(eval $(call gb_Library_use_libraries,sdd,\ $(eval $(call gb_Library_use_libraries,sdd,\
comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
sfx \ sfx \
sot \ sot \
svl \
svt \
svxcore \
tl \ tl \
ucbhelper \
utl \ utl \
vcl \ vcl \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
......
...@@ -21,16 +21,14 @@ $(eval $(call gb_Library_use_external,smd,boost_headers)) ...@@ -21,16 +21,14 @@ $(eval $(call gb_Library_use_external,smd,boost_headers))
$(eval $(call gb_Library_use_sdk_api,smd)) $(eval $(call gb_Library_use_sdk_api,smd))
$(eval $(call gb_Library_use_libraries,smd,\ $(eval $(call gb_Library_use_libraries,smd,\
comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
sfx \ sfx \
sot \ sot \
svl \
svt \
tl \ tl \
ucbhelper \ utl \
vcl \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
......
This diff is collapsed.
...@@ -56,6 +56,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_htmlexport,\ ...@@ -56,6 +56,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_htmlexport,\
configmgr/source/configmgr \ configmgr/source/configmgr \
embeddedobj/util/embobj \ embeddedobj/util/embobj \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
filter/source/storagefilterdetect/storagefd \
filter/source/textfilterdetect/textfd \ filter/source/textfilterdetect/textfd \
forms/util/frm \ forms/util/frm \
framework/util/fwk \ framework/util/fwk \
......
...@@ -54,6 +54,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_odfexport,\ ...@@ -54,6 +54,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_odfexport,\
configmgr/source/configmgr \ configmgr/source/configmgr \
embeddedobj/util/embobj \ embeddedobj/util/embobj \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
filter/source/storagefilterdetect/storagefd \
framework/util/fwk \ framework/util/fwk \
i18npool/util/i18npool \ i18npool/util/i18npool \
linguistic/source/lng \ linguistic/source/lng \
......
...@@ -56,6 +56,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_odfimport,\ ...@@ -56,6 +56,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_odfimport,\
configmgr/source/configmgr \ configmgr/source/configmgr \
embeddedobj/util/embobj \ embeddedobj/util/embobj \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
filter/source/storagefilterdetect/storagefd \
framework/util/fwk \ framework/util/fwk \
i18npool/util/i18npool \ i18npool/util/i18npool \
lingucomponent/source/languageguessing/guesslang \ lingucomponent/source/languageguessing/guesslang \
......
...@@ -42,6 +42,7 @@ $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlexport)) ...@@ -42,6 +42,7 @@ $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlexport))
$(eval $(call gb_CppunitTest_use_components,sw_ooxmlexport,\ $(eval $(call gb_CppunitTest_use_components,sw_ooxmlexport,\
$(sw_ooxmlexport_components) \ $(sw_ooxmlexport_components) \
filter/source/storagefilterdetect/storagefd \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlexport)) $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlexport))
......
...@@ -42,6 +42,7 @@ $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlsdrexport)) ...@@ -42,6 +42,7 @@ $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlsdrexport))
$(eval $(call gb_CppunitTest_use_components,sw_ooxmlsdrexport,\ $(eval $(call gb_CppunitTest_use_components,sw_ooxmlsdrexport,\
$(sw_ooxmlexport_components) \ $(sw_ooxmlexport_components) \
filter/source/storagefilterdetect/storagefd \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlsdrexport)) $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlsdrexport))
......
...@@ -53,6 +53,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_rtfexport,\ ...@@ -53,6 +53,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_rtfexport,\
configmgr/source/configmgr \ configmgr/source/configmgr \
embeddedobj/util/embobj \ embeddedobj/util/embobj \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
filter/source/storagefilterdetect/storagefd \
framework/util/fwk \ framework/util/fwk \
i18npool/util/i18npool \ i18npool/util/i18npool \
linguistic/source/lng \ linguistic/source/lng \
......
...@@ -56,6 +56,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_rtfimport,\ ...@@ -56,6 +56,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_rtfimport,\
configmgr/source/configmgr \ configmgr/source/configmgr \
embeddedobj/util/embobj \ embeddedobj/util/embobj \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
filter/source/storagefilterdetect/storagefd \
framework/util/fwk \ framework/util/fwk \
i18npool/util/i18npool \ i18npool/util/i18npool \
linguistic/source/lng \ linguistic/source/lng \
......
...@@ -56,6 +56,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_uiwriter,\ ...@@ -56,6 +56,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_uiwriter,\
configmgr/source/configmgr \ configmgr/source/configmgr \
embeddedobj/util/embobj \ embeddedobj/util/embobj \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
filter/source/storagefilterdetect/storagefd \
framework/util/fwk \ framework/util/fwk \
i18npool/util/i18npool \ i18npool/util/i18npool \
linguistic/source/lng \ linguistic/source/lng \
......
...@@ -55,6 +55,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_ww8export,\ ...@@ -55,6 +55,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_ww8export,\
dbaccess/util/dba \ dbaccess/util/dba \
embeddedobj/util/embobj \ embeddedobj/util/embobj \
filter/source/config/cache/filterconfig1 \ filter/source/config/cache/filterconfig1 \
filter/source/storagefilterdetect/storagefd \
forms/util/frm \ forms/util/frm \
framework/util/fwk \ framework/util/fwk \
i18npool/util/i18npool \ i18npool/util/i18npool \
......
...@@ -43,12 +43,9 @@ $(eval $(call gb_Library_use_libraries,swd,\ ...@@ -43,12 +43,9 @@ $(eval $(call gb_Library_use_libraries,swd,\
sal \ sal \
sfx \ sfx \
sot \ sot \
svl \
svt \ svt \
tl \ tl \
ucbhelper \
utl \ utl \
vcl \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
......
This diff is collapsed.
...@@ -57,8 +57,6 @@ class SfxFilter; ...@@ -57,8 +57,6 @@ class SfxFilter;
class SwFilterDetect : public ::cppu::WeakImplHelper2< css::document::XExtendedFilterDetection, css::lang::XServiceInfo > class SwFilterDetect : public ::cppu::WeakImplHelper2< css::document::XExtendedFilterDetection, css::lang::XServiceInfo >
{ {
static sal_uLong DetectFilter( SfxMedium& rMedium, const SfxFilter** ppFilter );
static sal_uLong GlobDetectFilter( SfxMedium& rMedium, const SfxFilter** ppFilter );
public: public:
SwFilterDetect( const css::uno::Reference < css::lang::XMultiServiceFactory >& xFactory ); SwFilterDetect( const css::uno::Reference < css::lang::XMultiServiceFactory >& xFactory );
virtual ~SwFilterDetect(); virtual ~SwFilterDetect();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment