diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-02-19 12:46:42 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2017-02-19 17:34:26 +0000 |
commit | 34da3c12441f464f6eeb1e73540a25d58defe021 (patch) | |
tree | 3b68a0e12fd44331f3a8cff2a919593d7c590556 /connectivity | |
parent | f1af784134b17458b4ca24891d27926feabc67e3 (diff) |
Firebird: css::sdbcx::Driver is implemented
in Driver.cxx around line 253 and declared as such
in FirebirdDriver::getSupportedServiceNames_Static
Change-Id: I3ca6f144f019ba41af02e2f3ac63395015f7f812
Reviewed-on: https://gerrit.libreoffice.org/34427
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/firebird/firebird_sdbc.component | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/firebird/firebird_sdbc.component b/connectivity/source/drivers/firebird/firebird_sdbc.component index 3d30023ebe7a..b56d4e0bcae7 100644 --- a/connectivity/source/drivers/firebird/firebird_sdbc.component +++ b/connectivity/source/drivers/firebird/firebird_sdbc.component @@ -12,6 +12,7 @@ prefix="firebird_sdbc" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.sdbc.firebird.Driver"> <service name="com.sun.star.sdbc.Driver"/> + <service name="com.sun.star.sdbcx.Driver"/> </implementation> </component> |