diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:27:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:28:52 +0200 |
commit | 2739257380072645165f31a23365078df8659d48 (patch) | |
tree | e2a38b1854fd34de6e5d5a4470ad90f70274dac2 /connectivity/source/inc/ado/APreparedStatement.hxx | |
parent | 72b9861498be4e267d142efa64d93ab3df4c6f1f (diff) |
loplugin:includeform: connectivity (Windows)
Change-Id: I27b865cbb79c9ed9c1b5af9f0666450778ae8335
Diffstat (limited to 'connectivity/source/inc/ado/APreparedStatement.hxx')
-rw-r--r-- | connectivity/source/inc/ado/APreparedStatement.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/ado/APreparedStatement.hxx b/connectivity/source/inc/ado/APreparedStatement.hxx index 818d149c1ad1..214f277c16bf 100644 --- a/connectivity/source/inc/ado/APreparedStatement.hxx +++ b/connectivity/source/inc/ado/APreparedStatement.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_APREPAREDSTATEMENT_HXX #define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_APREPAREDSTATEMENT_HXX -#include "ado/AStatement.hxx" +#include <ado/AStatement.hxx> #include <com/sun/star/sdbc/XPreparedStatement.hpp> #include <com/sun/star/sdbc/XParameters.hpp> #include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp> |