From 9423429a70ecadb09108a0c90db90db68e49c6f6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 20 Mar 2012 10:17:30 +0200 Subject: Bin declaration of nonexistent static method --- ucbhelper/source/client/proxydecider.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'ucbhelper') diff --git a/ucbhelper/source/client/proxydecider.cxx b/ucbhelper/source/client/proxydecider.cxx index 61fdc12743d1..ceff8f3d0f00 100644 --- a/ucbhelper/source/client/proxydecider.cxx +++ b/ucbhelper/source/client/proxydecider.cxx @@ -150,9 +150,6 @@ public: const uno::Reference< lang::XMultiServiceFactory >& rxSMgr ); virtual ~InternetProxyDecider_Impl(); - static rtl::Reference< InternetProxyDecider_Impl > createInstance( - const uno::Reference< lang::XMultiServiceFactory >& rxSMgr ); - void dispose(); const InternetProxyServer & getProxy( const rtl::OUString & rProtocol, -- cgit