diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-05-20 21:17:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-05-23 12:35:53 +0100 |
commit | c818a416a2e3c7ab42cecd6f9bd52877d3a41890 (patch) | |
tree | 554ed854ad7810ee802cef2d7e8809c69853ed55 /starmath/inc | |
parent | 4883feb93701c054351d38126a63c06813ed0b06 (diff) |
DetectFilter declared but not defined
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/smdll.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
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 |