[Libreoffice-commits] core.git: include/sfx2

Noel Grandin noel.grandin at collabora.co.uk
Tue Oct 3 11:34:30 UTC 2017


 include/sfx2/fcontnr.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit aec9462c1fc0fdc7437b69399cef5f3711301105
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Tue Oct 3 12:05:25 2017 +0200

    SfxDetectFilter typedef is unused
    
    since it was added in
        commit 0d8c293fa426bc9f6f9f71393ce6de752a2087d8
        Date:   Wed Apr 11 20:20:32 2007 +0000
        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED
    
    Change-Id: Ie3b9ba6c4010306b26df9a142c784c00e3f1ae0e
    Reviewed-on: https://gerrit.libreoffice.org/43075
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/include/sfx2/fcontnr.hxx b/include/sfx2/fcontnr.hxx
index 9e5559923ffd..6a53a36d06ea 100644
--- a/include/sfx2/fcontnr.hxx
+++ b/include/sfx2/fcontnr.hxx
@@ -41,8 +41,6 @@ class SfxFilterContainer_Impl;
 class SfxFrame;
 
 
-typedef sal_uIntPtr (*SfxDetectFilter)( SfxMedium& rMedium, const SfxFilter **, SfxFilterFlags nMust, SfxFilterFlags nDont );
-
 class SFX2_DLLPUBLIC SfxFilterContainer
 {
     std::unique_ptr<SfxFilterContainer_Impl> pImpl;


More information about the Libreoffice-commits mailing list