diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-13 15:24:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-13 18:33:34 +0200 |
commit | 4c8f4cf3dd6f8d0fd575d3a4d50a332556fdc289 (patch) | |
tree | 6c4ee1021c25524d8c3f323674561aa1f992fd19 /connectivity/source/inc | |
parent | 15f44cb6fbf2459dca522e4f5b7f525fd1d6c5e7 (diff) |
connectivity/mysql: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: Ifbfe7fe0aa54cd250efe4a55e9e648a74fd4dc04
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98666
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r-- | connectivity/source/inc/mysql/YDriver.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/connectivity/source/inc/mysql/YDriver.hxx b/connectivity/source/inc/mysql/YDriver.hxx index a44f6604802b..f4065dcc7fb0 100644 --- a/connectivity/source/inc/mysql/YDriver.hxx +++ b/connectivity/source/inc/mysql/YDriver.hxx @@ -41,9 +41,6 @@ namespace connectivity namespace mysql { - /// @throws css::uno::Exception - css::uno::Reference< css::uno::XInterface > ODriverDelegator_CreateInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& _rxMSF); - typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver , css::sdbcx::XDataDefinitionSupplier , css::lang::XServiceInfo @@ -86,10 +83,6 @@ namespace connectivity // XServiceInfo DECLARE_SERVICE_INFO(); - /// @throws css::uno::RuntimeException - static OUString getImplementationName_Static( ); - /// @throws css::uno::RuntimeException - static css::uno::Sequence< OUString > getSupportedServiceNames_Static( ); // XDriver virtual css::uno::Reference< css::sdbc::XConnection > SAL_CALL connect( const OUString& url, const css::uno::Sequence< css::beans::PropertyValue >& info ) override; |