diff options
author | Feyza Yavuz <feyzaayavuz@gmail.com> | 2015-10-04 23:28:01 +0300 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-10-12 13:01:41 +0000 |
commit | 1ec9daed1d8b6d952b5102d98fec5d092d66cf46 (patch) | |
tree | 1a1e65fc7f3a62f2c0df91e1191f7ee4e0a5ca4e | |
parent | cd49f0f80c015703b8ff92a62c0079cf3410b381 (diff) |
tdf#65108 "" instead of <> written in include line
Underwent the same process under the connectivity/source/drivers/firebird/
Change-Id: Id64b1f52a2f19cb91590bebe80a2f6aea70cc9ee
Reviewed-on: https://gerrit.libreoffice.org/19137
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
4 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/drivers/firebird/Columns.hxx b/connectivity/source/drivers/firebird/Columns.hxx index c487422d5f71..87c81fb802af 100644 --- a/connectivity/source/drivers/firebird/Columns.hxx +++ b/connectivity/source/drivers/firebird/Columns.hxx @@ -33,4 +33,4 @@ namespace connectivity #endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_COLUMNS_HXX -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/source/drivers/firebird/StatementCommonBase.cxx b/connectivity/source/drivers/firebird/StatementCommonBase.cxx index 9c56020ee84e..13d11ac01c22 100644 --- a/connectivity/source/drivers/firebird/StatementCommonBase.cxx +++ b/connectivity/source/drivers/firebird/StatementCommonBase.cxx @@ -24,8 +24,8 @@ #include <comphelper/sequence.hxx> #include <cppuhelper/typeprovider.hxx> -#include <propertyids.hxx> -#include <TConnection.hxx> +#include "propertyids.hxx" +#include "TConnection.hxx" using namespace ::connectivity::firebird; diff --git a/connectivity/source/drivers/firebird/Table.cxx b/connectivity/source/drivers/firebird/Table.cxx index e816ddd8075c..8f189d794e5c 100644 --- a/connectivity/source/drivers/firebird/Table.cxx +++ b/connectivity/source/drivers/firebird/Table.cxx @@ -12,7 +12,7 @@ #include "Keys.hxx" #include "Table.hxx" -#include <TConnection.hxx> +#include "TConnection.hxx" #include <comphelper/sequence.hxx> #include <connectivity/dbtools.hxx> diff --git a/connectivity/source/drivers/firebird/Table.hxx b/connectivity/source/drivers/firebird/Table.hxx index a16ccfa06b84..c83649a28372 100644 --- a/connectivity/source/drivers/firebird/Table.hxx +++ b/connectivity/source/drivers/firebird/Table.hxx @@ -92,4 +92,4 @@ namespace connectivity #endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_TABLE_HXX -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |