[Libreoffice-commits] core.git: sc/inc sc/source

Maxim Monastirsky momonasmon at gmail.com
Sun Jul 27 03:04:40 PDT 2014


 sc/inc/scdll.hxx           |    3 ---
 sc/source/ui/app/scdll.cxx |    3 ---
 2 files changed, 6 deletions(-)

New commits:
commit ae1fb2e9219c071a0d61e6c5c00d965c33bdd9be
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date:   Fri Jul 25 16:37:18 2014 +0300

    Dead declaration
    
    DetectFilter impl. removed in
    2fcfebf3900ee4df2e2fe39e37d55ee87ab5d6cb.
    
    Change-Id: Ia21199066ac00c1b0ddc40168bcc7f1406cb9ea0

diff --git a/sc/inc/scdll.hxx b/sc/inc/scdll.hxx
index 776ac2c..8dfd24e 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 58da249..8576e66 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: */


More information about the Libreoffice-commits mailing list