summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/calc
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/source/drivers/calc
parent37c827103df9d3fc3a36aa2773bc080931e91830 (diff)
connectivity: fix includes
Change-Id: I5d5dc6871789865189c78fe9135e7f8bff829489
Diffstat (limited to 'connectivity/source/drivers/calc')
-rw-r--r--connectivity/source/drivers/calc/CColumns.cxx2
-rw-r--r--connectivity/source/drivers/calc/CDriver.cxx4
-rw-r--r--connectivity/source/drivers/calc/CTable.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/calc/CColumns.cxx b/connectivity/source/drivers/calc/CColumns.cxx
index 9fb1ca6a9201..f5227b316864 100644
--- a/connectivity/source/drivers/calc/CColumns.cxx
+++ b/connectivity/source/drivers/calc/CColumns.cxx
@@ -19,7 +19,7 @@
#include "calc/CColumns.hxx"
#include "calc/CTable.hxx"
-#include "connectivity/sdbcx/VColumn.hxx"
+#include <connectivity/sdbcx/VColumn.hxx>
using namespace connectivity::calc;
using namespace connectivity;
diff --git a/connectivity/source/drivers/calc/CDriver.cxx b/connectivity/source/drivers/calc/CDriver.cxx
index 6a8e91243265..55ac71457dd1 100644
--- a/connectivity/source/drivers/calc/CDriver.cxx
+++ b/connectivity/source/drivers/calc/CDriver.cxx
@@ -20,10 +20,10 @@
#include "calc/CDriver.hxx"
#include "calc/CConnection.hxx"
#include <com/sun/star/lang/DisposedException.hpp>
-#include "connectivity/dbexception.hxx"
+#include <connectivity/dbexception.hxx>
#include "resource/sharedresources.hxx"
#include "resource/calc_res.hrc"
-#include "comphelper/processfactory.hxx"
+#include <comphelper/processfactory.hxx>
using namespace connectivity::calc;
using namespace connectivity::file;
diff --git a/connectivity/source/drivers/calc/CTable.cxx b/connectivity/source/drivers/calc/CTable.cxx
index 87ee744f52f9..b70a209f8001 100644
--- a/connectivity/source/drivers/calc/CTable.cxx
+++ b/connectivity/source/drivers/calc/CTable.cxx
@@ -37,7 +37,7 @@
#include <svl/converter.hxx>
#include "calc/CConnection.hxx"
#include "calc/CColumns.hxx"
-#include "connectivity/sdbcx/VColumn.hxx"
+#include <connectivity/sdbcx/VColumn.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/thread.h>
#include <comphelper/sequence.hxx>