summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-20 10:17:30 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-21 00:00:09 +0200
commit9423429a70ecadb09108a0c90db90db68e49c6f6 (patch)
tree7bb0e512e3bc5288611b5d39d81e1915adf0da28 /ucbhelper
parent420e1f27c89ba065b96ee4ca4941408d1854db8e (diff)
Bin declaration of nonexistent static method
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/source/client/proxydecider.cxx3
1 files changed, 0 insertions, 3 deletions
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,