diff options
author | Arkadiy Illarionov <qarkai@gmail.com> | 2019-08-04 15:55:12 +0300 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-08-05 09:48:03 +0200 |
commit | f0390929d3e71ab434f9ce8d88c2dc2f4cc0ea6e (patch) | |
tree | 7cfa32c4e5fe717930be117eb10a52a9f2eb0441 /include/connectivity | |
parent | 1b5c7007f4304c9816cf810aa6ca2f11ba8e295f (diff) |
tdf#39593 Drop connectivity::sdbcx::ODescriptor::getImplementation
Replace with comphelper::getUnoTunnelImplementation.
Change-Id: Ia08561c11872a4ede9077863f81040633c30aebc
Reviewed-on: https://gerrit.libreoffice.org/76914
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/sdbcx/VDescriptor.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/connectivity/sdbcx/VDescriptor.hxx b/include/connectivity/sdbcx/VDescriptor.hxx index b68689d16035..51737e190f0f 100644 --- a/include/connectivity/sdbcx/VDescriptor.hxx +++ b/include/connectivity/sdbcx/VDescriptor.hxx @@ -72,9 +72,8 @@ namespace connectivity // css::lang::XUnoTunnel virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) override; - static css::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId(); + static css::uno::Sequence< sal_Int8 > getUnoTunnelId(); - static ODescriptor* getImplementation( const css::uno::Reference< css::uno::XInterface >& _rxSomeComp ); // retrieves the ODescriptor implementation of a given UNO component, and returns its ->isNew flag static bool isNew( const css::uno::Reference< css::uno::XInterface >& _rxDescriptor ); }; |