[Libreoffice-commits] core.git: connectivity/source

Julien Nabet serval2412 at yahoo.fr
Sun Feb 19 17:34:50 UTC 2017


 connectivity/source/drivers/firebird/firebird_sdbc.component |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 34da3c12441f464f6eeb1e73540a25d58defe021
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Feb 19 12:46:42 2017 +0100

    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 at mamane.lu>
    Tested-by: Lionel Elie Mamane <lionel at mamane.lu>

diff --git a/connectivity/source/drivers/firebird/firebird_sdbc.component b/connectivity/source/drivers/firebird/firebird_sdbc.component
index 3d30023..b56d4e0 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>
 


More information about the Libreoffice-commits mailing list