summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-07 21:21:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-07 21:21:10 +0200
commitb24937c11477af44789c3c80d1d79a966895dc44 (patch)
treef3f5df294e4b5679bb86626df67b00448cd4ce11 /framework
parent9a2dea064082465ba912391f637d4710ad355a64 (diff)
Remove junk that erroneously remained in previous commit
Change-Id: I18ca0d4daf44eafe88d6f812fa17576edbfb8dfd
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/classes/protocolhandlercache.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx
index 61896c22caaf..930ce1768f6f 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.