diff options
Diffstat (limited to 'include/ucbhelper')
-rw-r--r-- | include/ucbhelper/proxydecider.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/proxydecider.hxx b/include/ucbhelper/proxydecider.hxx index 0ee4400a1392..3c873e2fe193 100644 --- a/include/ucbhelper/proxydecider.hxx +++ b/include/ucbhelper/proxydecider.hxx @@ -119,10 +119,10 @@ public: * If host is not empty this parameter must always contain a valid * port number, for instance the default port for the requested * protocol(i.e. 80 or http). - * @return a InternetProxyServer reference. If member aName of the + * @return a InternetProxyServer struct. If member aName of the * InternetProxyServer is empty no proxy server is to be used. */ - const InternetProxyServer & + InternetProxyServer getProxy( const OUString & rProtocol, const OUString & rHost, sal_Int32 nPort ) const; |