From 0dccc59702c4a30e9aca8251e64678a2588a5513 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 30 Apr 2015 10:53:10 +0200 Subject: Use typed MaybeFile Link Change-Id: Ic9eebca9d8fe3e9173b1873bdc7800e5161f9999 --- include/sfx2/fcontnr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2/fcontnr.hxx') diff --git a/include/sfx2/fcontnr.hxx b/include/sfx2/fcontnr.hxx index 1c325b92f628..4ff4e7508c40 100644 --- a/include/sfx2/fcontnr.hxx +++ b/include/sfx2/fcontnr.hxx @@ -108,7 +108,7 @@ public: ~SfxFilterMatcher(); SAL_DLLPRIVATE static bool IsFilterInstalled_Impl( const SfxFilter* pFilter ); - DECL_DLLPRIVATE_STATIC_LINK( SfxFilterMatcher, MaybeFileHdl_Impl, OUString* ); + DECL_DLLPRIVATE_STATIC_LINK_TYPED( SfxFilterMatcher, MaybeFileHdl_Impl, OUString*, bool ); sal_uInt32 GuessFilterIgnoringContent( SfxMedium& rMedium, const SfxFilter **, SfxFilterFlags nMust = SfxFilterFlags::IMPORT, SfxFilterFlags nDont = SFX_FILTER_NOTINSTALLED ) const; sal_uInt32 GuessFilter( SfxMedium& rMedium, const SfxFilter **, SfxFilterFlags nMust = SfxFilterFlags::IMPORT, SfxFilterFlags nDont = SFX_FILTER_NOTINSTALLED ) const; -- cgit