summaryrefslogtreecommitdiff
path: root/connectivity/workben
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-04 15:29:58 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-04 21:18:39 +0200
commita2db194ea0eee4deb6401f6352144e5be077c140 (patch)
treee64dee3c822fc3d7970cedebb1708bc9a9554296 /connectivity/workben
parent37c827103df9d3fc3a36aa2773bc080931e91830 (diff)
connectivity: fix includes
Change-Id: I5d5dc6871789865189c78fe9135e7f8bff829489
Diffstat (limited to 'connectivity/workben')
-rw-r--r--connectivity/workben/little/main.cxx4
-rw-r--r--connectivity/workben/skeleton/SResultSet.hxx4
-rw-r--r--connectivity/workben/testmoz/initUNO.cxx4
-rw-r--r--connectivity/workben/testmoz/main.cxx4
-rw-r--r--connectivity/workben/testmoz/mozthread.cxx4
5 files changed, 10 insertions, 10 deletions
diff --git a/connectivity/workben/little/main.cxx b/connectivity/workben/little/main.cxx
index 3c9f66a45005..346f60020ca7 100644
--- a/connectivity/workben/little/main.cxx
+++ b/connectivity/workben/little/main.cxx
@@ -18,7 +18,7 @@
*/
#include <connectivity/sqlparse.hxx>
-#include "connectivity/sqliterator.hxx"
+#include <connectivity/sqliterator.hxx>
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp>
@@ -31,7 +31,7 @@
#include <cppuhelper/servicefactory.hxx>
#include <com/sun/star/sdbc/XConnection.hpp>
#include <com/sun/star/sdbc/XDriver.hpp>
-#include "connectivity/sqlnode.hxx"
+#include <connectivity/sqlnode.hxx>
using namespace connectivity;
using namespace com::sun::star::sdbc;
diff --git a/connectivity/workben/skeleton/SResultSet.hxx b/connectivity/workben/skeleton/SResultSet.hxx
index f305393d188d..86234171ba79 100644
--- a/connectivity/workben/skeleton/SResultSet.hxx
+++ b/connectivity/workben/skeleton/SResultSet.hxx
@@ -33,8 +33,8 @@
#include <cppuhelper/compbase12.hxx>
#include <comphelper/proparrhlp.hxx>
#include "SStatement.hxx"
-#include "connectivity/CommonTools.hxx"
-#include "connectivity/FValue.hxx"
+#include <connectivity/CommonTools.hxx>
+#include <connectivity/FValue.hxx>
namespace connectivity
{
diff --git a/connectivity/workben/testmoz/initUNO.cxx b/connectivity/workben/testmoz/initUNO.cxx
index 6ccfba2223ad..2cc1d35c282d 100644
--- a/connectivity/workben/testmoz/initUNO.cxx
+++ b/connectivity/workben/testmoz/initUNO.cxx
@@ -18,8 +18,8 @@
*/
-#include "rtl/bootstrap.hxx"
-#include "cppuhelper/bootstrap.hxx"
+#include <rtl/bootstrap.hxx>
+#include <cppuhelper/bootstrap.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
using namespace cppu;
diff --git a/connectivity/workben/testmoz/main.cxx b/connectivity/workben/testmoz/main.cxx
index 60430537650e..7051ef2e28d4 100644
--- a/connectivity/workben/testmoz/main.cxx
+++ b/connectivity/workben/testmoz/main.cxx
@@ -18,7 +18,7 @@
*/
#include <connectivity/sqlparse.hxx>
-#include "connectivity/sqliterator.hxx"
+#include <connectivity/sqliterator.hxx>
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp>
@@ -40,7 +40,7 @@
#include <com/sun/star/sdb/XDatabaseEnvironment.hpp>
#include <com/sun/star/uno/Any.hxx>
-#include "connectivity/sqlnode.hxx"
+#include <connectivity/sqlnode.hxx>
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/process.h>
diff --git a/connectivity/workben/testmoz/mozthread.cxx b/connectivity/workben/testmoz/mozthread.cxx
index d7e53d7a0e93..48ab7b1f68eb 100644
--- a/connectivity/workben/testmoz/mozthread.cxx
+++ b/connectivity/workben/testmoz/mozthread.cxx
@@ -18,7 +18,7 @@
*/
#include <connectivity/sqlparse.hxx>
-#include "connectivity/sqliterator.hxx"
+#include <connectivity/sqliterator.hxx>
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp>
@@ -40,7 +40,7 @@
#include <com/sun/star/sdb/XDatabaseEnvironment.hpp>
#include <com/sun/star/uno/Any.hxx>
-#include "connectivity/sqlnode.hxx"
+#include <connectivity/sqlnode.hxx>
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/process.h>