Files
libreoffice/connectivity/source/drivers/firebird/firebird_sdbc.component
Julien Nabet 34da3c1244 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>
2017-02-19 17:34:26 +00:00

19 lines
657 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
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>