[Libreoffice-commits] core.git: framework/inc

Stephan Bergmann sbergman at redhat.com
Thu Apr 7 19:21:44 UTC 2016


 framework/inc/classes/protocolhandlercache.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit b24937c11477af44789c3c80d1d79a966895dc44
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Apr 7 21:21:10 2016 +0200

    Remove junk that erroneously remained in previous commit
    
    Change-Id: I18ca0d4daf44eafe88d6f812fa17576edbfb8dfd

diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx
index 61896c2..930ce17 100644
--- a/framework/inc/classes/protocolhandlercache.hxx
+++ b/framework/inc/classes/protocolhandlercache.hxx
@@ -61,8 +61,6 @@ struct FWI_DLLPUBLIC ProtocolHandler
     to search for a key by using a full qualified URL on list of all possible pattern keys.
 */
 typedef std::unordered_map<OUString, OUString, OUStringHash> PatternHash;
-FWI_DLLPUBLIC PatternHash::iterator findPatternKey(
-    PatternHash const & hash, const OUString& sURL);
 
 /**
     This hash holds protocol handler structs by her names.


More information about the Libreoffice-commits mailing list