AColumns.cxx (9b5730f6) AColumns.cxx (82c0ddf2)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 20 unchanged lines hidden (view full) ---

29#include "ado/Awrapado.hxx"
30#include <com/sun/star/sdbc/XRow.hpp>
31#include <com/sun/star/sdbc/XResultSet.hpp>
32#include <com/sun/star/sdbc/DataType.hpp>
33#include <com/sun/star/sdbc/ColumnValue.hpp>
34#include <comphelper/property.hxx>
35#include <comphelper/types.hxx>
36#include <connectivity/dbexception.hxx>
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 20 unchanged lines hidden (view full) ---

29#include "ado/Awrapado.hxx"
30#include <com/sun/star/sdbc/XRow.hpp>
31#include <com/sun/star/sdbc/XResultSet.hpp>
32#include <com/sun/star/sdbc/DataType.hpp>
33#include <com/sun/star/sdbc/ColumnValue.hpp>
34#include <comphelper/property.hxx>
35#include <comphelper/types.hxx>
36#include <connectivity/dbexception.hxx>
37#ifdef __MINGW32__
38#include <algorithm>
37#include <algorithm>
39#endif
40#include "resource/ado_res.hrc"
41
42using namespace connectivity::ado;
43using namespace connectivity;
44using namespace comphelper;
45using namespace com::sun::star::uno;
46using namespace com::sun::star::lang;
47using namespace com::sun::star::beans;

--- 97 unchanged lines hidden ---
38#include "resource/ado_res.hrc"
39
40using namespace connectivity::ado;
41using namespace connectivity;
42using namespace comphelper;
43using namespace com::sun::star::uno;
44using namespace com::sun::star::lang;
45using namespace com::sun::star::beans;

--- 97 unchanged lines hidden ---