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

Feyza Yavuz feyzaayavuz at gmail.com
Mon Oct 12 06:02:03 PDT 2015


 connectivity/source/drivers/firebird/Columns.hxx             |    2 +-
 connectivity/source/drivers/firebird/StatementCommonBase.cxx |    4 ++--
 connectivity/source/drivers/firebird/Table.cxx               |    2 +-
 connectivity/source/drivers/firebird/Table.hxx               |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 1ec9daed1d8b6d952b5102d98fec5d092d66cf46
Author: Feyza Yavuz <feyzaayavuz at gmail.com>
Date:   Sun Oct 4 23:28:01 2015 +0300

    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 at libreoffice.org>
    Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>

diff --git a/connectivity/source/drivers/firebird/Columns.hxx b/connectivity/source/drivers/firebird/Columns.hxx
index c487422..87c81fb 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 9c56020..13d11ac 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 e816ddd..8f189d7 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 a16ccfa..c83649a 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: */


More information about the Libreoffice-commits mailing list