diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-15 08:32:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-15 08:32:38 +0200 |
commit | 74649d4c397134348cedd1d9da6d2b66b9a4970f (patch) | |
tree | ae9b4b55014b18a5a49f9624ab578d93d0a496a2 /ucb/source/ucp/hierarchy | |
parent | fa0ffdbeb5a12b51c5d9202a5d7709d713a719f1 (diff) |
Remove unused code
Change-Id: Ia0770853b378dd209402f030fe2380ba44a1578f
Diffstat (limited to 'ucb/source/ucp/hierarchy')
-rw-r--r-- | ucb/source/ucp/hierarchy/hierarchydatasource.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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; |