diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-07-25 16:37:18 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-07-27 12:25:17 +0300 |
commit | ae1fb2e9219c071a0d61e6c5c00d965c33bdd9be (patch) | |
tree | 683d163293d53fce3ec890ae357dbb5d6eb1cc20 /sc | |
parent | dfb1d56b71b3e5891635d887043a415b8b0295d6 (diff) |
Dead declaration
DetectFilter impl. removed in
2fcfebf3900ee4df2e2fe39e37d55ee87ab5d6cb.
Change-Id: Ia21199066ac00c1b0ddc40168bcc7f1406cb9ea0
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/scdll.hxx | 3 | ||||
-rw-r--r-- | sc/source/ui/app/scdll.cxx | 3 |
2 files changed, 0 insertions, 6 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 diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx index 58da2499be3f..8576e66fbb42 100644 --- a/sc/source/ui/app/scdll.cxx +++ b/sc/source/ui/app/scdll.cxx @@ -295,7 +295,4 @@ void ScDLL::Init() // StarOne Services are now handled in the registry } -// DetectFilter functionality has moved - please update your bookmarks -// see sc/source/ui/unoobj/scdetect.cxx, have a nice day. - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |