diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-03 12:05:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-03 13:34:05 +0200 |
commit | aec9462c1fc0fdc7437b69399cef5f3711301105 (patch) | |
tree | 175189c9702fe4d7310d64018badedcc477640a2 | |
parent | 9572e3254bf62fb658a09577e64dc591b3a06954 (diff) |
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@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | include/sfx2/fcontnr.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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; |