diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-29 09:29:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-29 10:27:53 +0000 |
commit | deba3112b6d752f305f562c059dc16657b459864 (patch) | |
tree | 230b25ccd9447340d6de9cae4b62afac2c4e23ea /sw/inc | |
parent | f8eb694c0a50f9f6f874f000e47adb1ca22453e5 (diff) |
optional ppFlt argument never used
Change-Id: Ib2c68091f14d04818ae5e7db0ad7b8a1ec151f4f
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/iodetect.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/iodetect.hxx b/sw/inc/iodetect.hxx index 73bde8c3bffc..621949102d6d 100644 --- a/sw/inc/iodetect.hxx +++ b/sw/inc/iodetect.hxx @@ -111,8 +111,7 @@ public: /** Detect whether the given file is in the given format. For now, only our own filters are supported! */ - static sal_Bool IsFileFilter( SfxMedium& rMedium, const String& rFmtName, - const SfxFilter** ppFlt = 0 ); + static sal_Bool IsFileFilter(SfxMedium& rMedium, const String& rFmtName); static sal_Bool IsValidStgFilter( SotStorage& , const SfxFilter& ); static sal_Bool IsValidStgFilter( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rStg, const SfxFilter& rFilter); |