From c818a416a2e3c7ab42cecd6f9bd52877d3a41890 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 20 May 2011 21:17:31 +0100 Subject: DetectFilter declared but not defined --- starmath/inc/smdll.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'starmath') diff --git a/starmath/inc/smdll.hxx b/starmath/inc/smdll.hxx index 3894c67e144d..324f3308608b 100644 --- a/starmath/inc/smdll.hxx +++ b/starmath/inc/smdll.hxx @@ -42,9 +42,6 @@ class SmDLL public: static void Init(); static void Exit(); - - static sal_uLong DetectFilter( SfxMedium& rMedium, const SfxFilter **ppFilter, - SfxFilterFlags nMust, SfxFilterFlags nDont ); }; #endif -- cgit