summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ext/ucpext_provider.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-07-22 13:40:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-22 15:41:34 +0200
commit06d64d7900aeb5be315b340ec855b978dbc66410 (patch)
treeabefc496a5acc4eed36159dddcdfb98ef1e7f100 /ucb/source/ucp/ext/ucpext_provider.hxx
parent1266a4ab9f9c1d6d1ae0678fbbc3746e4407cd34 (diff)
ucb/ext: create instances with uno constructors
See tdf#74608 for motivation. Change-Id: Ie2e0958e181db002d747bffd05ead02bebd96956 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99220 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb/source/ucp/ext/ucpext_provider.hxx')
-rw-r--r--ucb/source/ucp/ext/ucpext_provider.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/ucb/source/ucp/ext/ucpext_provider.hxx b/ucb/source/ucp/ext/ucpext_provider.hxx
index 1f64e3733826..8424b970a97c 100644
--- a/ucb/source/ucp/ext/ucpext_provider.hxx
+++ b/ucb/source/ucp/ext/ucpext_provider.hxx
@@ -40,13 +40,6 @@ namespace ucb::ucp::ext
virtual OUString SAL_CALL getImplementationName( ) override;
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) override;
- // XServiceInfo - static versions
- /// @throws css::uno::RuntimeException
- static OUString getImplementationName_static( );
- /// @throws css::uno::RuntimeException
- static css::uno::Sequence< OUString > getSupportedServiceNames_static();
- static css::uno::Reference< css::uno::XInterface > Create( const css::uno::Reference< css::uno::XComponentContext >& i_rContext );
-
// XContentProvider
virtual css::uno::Reference< css::ucb::XContent > SAL_CALL queryContent( const css::uno::Reference< css::ucb::XContentIdentifier >& Identifier ) override;