diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:43:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:11 +0200 |
commit | 25fd3077e85c37ff4077b924ff9a26012d808199 (patch) | |
tree | 57d4f25a972e9223664a5989024c80deb569df49 /connectivity/source/drivers/calc/CConnection.cxx | |
parent | 74067098bbf225138fad5d2c208b6e1fc71fa9a9 (diff) |
loplugin:includeform: connectivity
Change-Id: I06596fac09f0568b8bab2e2e235a2b88bcd3fc7a
Diffstat (limited to 'connectivity/source/drivers/calc/CConnection.cxx')
-rw-r--r-- | connectivity/source/drivers/calc/CConnection.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/connectivity/source/drivers/calc/CConnection.cxx b/connectivity/source/drivers/calc/CConnection.cxx index e82aafc6df23..f3dc9f2ee733 100644 --- a/connectivity/source/drivers/calc/CConnection.cxx +++ b/connectivity/source/drivers/calc/CConnection.cxx @@ -17,22 +17,22 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "calc/CConnection.hxx" -#include "calc/CDatabaseMetaData.hxx" -#include "calc/CCatalog.hxx" -#include "calc/CDriver.hxx" -#include "resource/sharedresources.hxx" +#include <calc/CConnection.hxx> +#include <calc/CDatabaseMetaData.hxx> +#include <calc/CCatalog.hxx> +#include <calc/CDriver.hxx> +#include <resource/sharedresources.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> #include <tools/urlobj.hxx> -#include "component/CPreparedStatement.hxx" -#include "component/CStatement.hxx" +#include <component/CPreparedStatement.hxx> +#include <component/CStatement.hxx> #include <unotools/pathoptions.hxx> #include <connectivity/dbexception.hxx> #include <cppuhelper/exc_hlp.hxx> #include <comphelper/processfactory.hxx> -#include "strings.hrc" +#include <strings.hrc> using namespace connectivity::calc; using namespace connectivity::file; |