summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/component
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:43:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:11 +0200
commit25fd3077e85c37ff4077b924ff9a26012d808199 (patch)
tree57d4f25a972e9223664a5989024c80deb569df49 /connectivity/source/drivers/component
parent74067098bbf225138fad5d2c208b6e1fc71fa9a9 (diff)
loplugin:includeform: connectivity
Change-Id: I06596fac09f0568b8bab2e2e235a2b88bcd3fc7a
Diffstat (limited to 'connectivity/source/drivers/component')
-rw-r--r--connectivity/source/drivers/component/CColumns.cxx4
-rw-r--r--connectivity/source/drivers/component/CDatabaseMetaData.cxx6
-rw-r--r--connectivity/source/drivers/component/CPreparedStatement.cxx4
-rw-r--r--connectivity/source/drivers/component/CResultSet.cxx2
-rw-r--r--connectivity/source/drivers/component/CStatement.cxx4
-rw-r--r--connectivity/source/drivers/component/CTable.cxx4
6 files changed, 12 insertions, 12 deletions
diff --git a/connectivity/source/drivers/component/CColumns.cxx b/connectivity/source/drivers/component/CColumns.cxx
index 68dcba53d9f4..7eb63af23cba 100644
--- a/connectivity/source/drivers/component/CColumns.cxx
+++ b/connectivity/source/drivers/component/CColumns.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "component/CColumns.hxx"
-#include "file/FTable.hxx"
+#include <component/CColumns.hxx>
+#include <file/FTable.hxx>
#include <connectivity/sdbcx/VColumn.hxx>
using namespace connectivity::component;
diff --git a/connectivity/source/drivers/component/CDatabaseMetaData.cxx b/connectivity/source/drivers/component/CDatabaseMetaData.cxx
index e0389598f2c9..dca201015cb0 100644
--- a/connectivity/source/drivers/component/CDatabaseMetaData.cxx
+++ b/connectivity/source/drivers/component/CDatabaseMetaData.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "component/CDatabaseMetaData.hxx"
-#include "file/FConnection.hxx"
+#include <component/CDatabaseMetaData.hxx>
+#include <file/FConnection.hxx>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/ResultSetType.hpp>
#include <com/sun/star/sdbc/ColumnValue.hpp>
@@ -26,7 +26,7 @@
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <com/sun/star/sdbcx/XIndexesSupplier.hpp>
-#include "FDatabaseMetaDataResultSet.hxx"
+#include <FDatabaseMetaDataResultSet.hxx>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <comphelper/types.hxx>
diff --git a/connectivity/source/drivers/component/CPreparedStatement.cxx b/connectivity/source/drivers/component/CPreparedStatement.cxx
index a2b1161fb7cb..bc3af3e8c9b8 100644
--- a/connectivity/source/drivers/component/CPreparedStatement.cxx
+++ b/connectivity/source/drivers/component/CPreparedStatement.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "component/CPreparedStatement.hxx"
-#include "component/CResultSet.hxx"
+#include <component/CPreparedStatement.hxx>
+#include <component/CResultSet.hxx>
using namespace connectivity::component;
using namespace connectivity::file;
diff --git a/connectivity/source/drivers/component/CResultSet.cxx b/connectivity/source/drivers/component/CResultSet.cxx
index be5cfb6b904d..d760285810d3 100644
--- a/connectivity/source/drivers/component/CResultSet.cxx
+++ b/connectivity/source/drivers/component/CResultSet.cxx
@@ -18,7 +18,7 @@
*/
#include <com/sun/star/sdbcx/CompareBookmark.hpp>
-#include "component/CResultSet.hxx"
+#include <component/CResultSet.hxx>
#include <com/sun/star/lang/DisposedException.hpp>
#include <comphelper/sequence.hxx>
#include <comphelper/types.hxx>
diff --git a/connectivity/source/drivers/component/CStatement.cxx b/connectivity/source/drivers/component/CStatement.cxx
index a83ff8587e20..8adfefae83f4 100644
--- a/connectivity/source/drivers/component/CStatement.cxx
+++ b/connectivity/source/drivers/component/CStatement.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "component/CStatement.hxx"
-#include "component/CResultSet.hxx"
+#include <component/CStatement.hxx>
+#include <component/CResultSet.hxx>
using namespace connectivity::component;
using namespace connectivity::file;
diff --git a/connectivity/source/drivers/component/CTable.cxx b/connectivity/source/drivers/component/CTable.cxx
index c1a5e29b20fe..20f2ad4b7104 100644
--- a/connectivity/source/drivers/component/CTable.cxx
+++ b/connectivity/source/drivers/component/CTable.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "component/CTable.hxx"
+#include <component/CTable.hxx>
#include <com/sun/star/sdbc/ColumnValue.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
@@ -35,7 +35,7 @@
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
#include <com/sun/star/text/XText.hpp>
#include <svl/converter.hxx>
-#include "component/CColumns.hxx"
+#include <component/CColumns.hxx>
#include <connectivity/sdbcx/VColumn.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/thread.h>