summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2014-07-25 16:37:18 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2014-07-27 12:25:17 +0300
commitae1fb2e9219c071a0d61e6c5c00d965c33bdd9be (patch)
tree683d163293d53fce3ec890ae357dbb5d6eb1cc20 /sc/inc
parentdfb1d56b71b3e5891635d887043a415b8b0295d6 (diff)
Dead declaration
DetectFilter impl. removed in 2fcfebf3900ee4df2e2fe39e37d55ee87ab5d6cb. Change-Id: Ia21199066ac00c1b0ddc40168bcc7f1406cb9ea0
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/scdll.hxx3
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