diff options
Diffstat (limited to 'sc/inc/scdll.hxx')
-rw-r--r-- | sc/inc/scdll.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/scdll.hxx b/sc/inc/scdll.hxx index 776ac2c0dc8f..8dfd24efb787 100644 --- a/sc/inc/scdll.hxx +++ b/sc/inc/scdll.hxx @@ -50,9 +50,6 @@ public: /// DLL-init/exit-code must be linked to the DLL only static SC_DLLPUBLIC void Init(); ///< called directly after loading the DLL - - static sal_uLong DetectFilter( SfxMedium& rMedium, const SfxFilter** ppFilter, - SfxFilterFlags nMust, SfxFilterFlags nDont ); }; #endif |