diff options
Diffstat (limited to 'include/svx/dbaexchange.hxx')
-rw-r--r-- | include/svx/dbaexchange.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/svx/dbaexchange.hxx b/include/svx/dbaexchange.hxx index 1a5927f84dfc..bd084661b2d7 100644 --- a/include/svx/dbaexchange.hxx +++ b/include/svx/dbaexchange.hxx @@ -24,12 +24,13 @@ #include <o3tl/typed_flags_set.hxx> #include <vcl/transfer.hxx> -#include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/sdbc/XConnection.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> #include <svx/dataaccessdescriptor.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <svx/svxdllapi.h> +namespace com::sun::star::sdbc { class XConnection; } +namespace com::sun::star::beans { class XPropertySet; } // column transfer formats enum class ColumnTransferFormatFlags |