summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-09 21:29:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-10 11:25:45 +0200
commit3ae4264a0db7f725abc33779ec9b11a45e17e279 (patch)
tree0806831b04042c0f2f5bc07dae313959772a0b5c /include/sfx2
parent65d999d2bc0ace788f0d3fc1abdfe1ce6ccd012a (diff)
Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
Change-Id: Iee6d0493172b7b776ac8c5b05f675cd28091f8b4
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/fcontnr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/fcontnr.hxx b/include/sfx2/fcontnr.hxx
index 4ff4e7508c40..c629e817e75b 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_TYPED( SfxFilterMatcher, MaybeFileHdl_Impl, OUString*, bool );
+ DECL_DLLPRIVATE_LINK_TYPED( 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;