From 601e9d4badd84c3c4824090f1bc39bef3b64cbd1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 13 May 2021 14:01:28 +0200 Subject: inline some typedefs Change-Id: I1608e03ff9f6fbc55987010e88897e034b690b3a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115552 Tested-by: Jenkins Reviewed-by: Noel Grandin --- ucbhelper/source/client/proxydecider.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ucbhelper') diff --git a/ucbhelper/source/client/proxydecider.cxx b/ucbhelper/source/client/proxydecider.cxx index f3601e058aa0..829480e55c25 100644 --- a/ucbhelper/source/client/proxydecider.cxx +++ b/ucbhelper/source/client/proxydecider.cxx @@ -84,8 +84,6 @@ public: } -typedef std::pair< WildCard, WildCard > NoProxyListEntry; - namespace { class HostnameCache @@ -133,6 +131,7 @@ class InternetProxyDecider_Impl : const InternetProxyServer m_aEmptyProxy; ProxyType m_nProxyType; uno::Reference< util::XChangesNotifier > m_xNotifier; + typedef std::pair< WildCard, WildCard > NoProxyListEntry; std::vector< NoProxyListEntry > m_aNoProxyList; mutable HostnameCache m_aHostnames; -- cgit