From 74649d4c397134348cedd1d9da6d2b66b9a4970f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 15 Apr 2014 08:32:38 +0200 Subject: Remove unused code Change-Id: Ia0770853b378dd209402f030fe2380ba44a1578f --- ucb/source/ucp/hierarchy/hierarchydatasource.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ucb/source/ucp/hierarchy') diff --git a/ucb/source/ucp/hierarchy/hierarchydatasource.cxx b/ucb/source/ucp/hierarchy/hierarchydatasource.cxx index 9b6844f24299..325841d232ae 100644 --- a/ucb/source/ucp/hierarchy/hierarchydatasource.cxx +++ b/ucb/source/ucp/hierarchy/hierarchydatasource.cxx @@ -118,10 +118,6 @@ public: static OUString getImplementationName_Static(); static css::uno::Sequence< OUString > getSupportedServiceNames_Static(); - static css::uno::Reference< css::lang::XSingleServiceFactory > - createServiceFactory( const css::uno::Reference< - css::lang::XMultiServiceFactory >& rxServiceMgr ); - // XTypeProvider virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE; -- cgit