diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-12-18 18:38:09 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-12-19 17:12:59 -0500 |
commit | 3e88ca86e9e3735ae8fbf144fcf51417c75baac8 (patch) | |
tree | c0df14cc707744589836ba581ba34723e3ec2c21 /connectivity | |
parent | 95ea6cb21a7d7f4f163e642ba4b1e165a427a0d1 (diff) |
regenerate pch
Change-Id: I4e18ce06db42e13479809ba8eec70033943271cf
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/inc/pch/precompiled_file.hxx | 20 | ||||
-rw-r--r-- | connectivity/inc/pch/precompiled_flat.hxx | 16 |
2 files changed, 18 insertions, 18 deletions
diff --git a/connectivity/inc/pch/precompiled_file.hxx b/connectivity/inc/pch/precompiled_file.hxx index 92cefee2efa5..a98e3b9dcfc4 100644 --- a/connectivity/inc/pch/precompiled_file.hxx +++ b/connectivity/inc/pch/precompiled_file.hxx @@ -7,19 +7,15 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include "sal/config.h" #include <algorithm> #include <cmath> -#include <comphelper/extract.hxx> -#include <comphelper/processfactory.hxx> -#include <comphelper/property.hxx> -#include <comphelper/sequence.hxx> -#include <comphelper/types.hxx> -#include <comphelper/uno3.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> +#include <com/sun/star/sdb/SQLFilterOperator.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/FetchDirection.hpp> @@ -27,11 +23,10 @@ #include <com/sun/star/sdbc/ResultSetConcurrency.hpp> #include <com/sun/star/sdbc/ResultSetType.hpp> #include <com/sun/star/sdbc/XColumnLocate.hpp> -#include <com/sun/star/sdbcx/KeyType.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XRow.hpp> +#include <com/sun/star/sdbcx/KeyType.hpp> #include <com/sun/star/sdbcx/XIndexesSupplier.hpp> -#include <com/sun/star/sdb/SQLFilterOperator.hpp> #include <com/sun/star/ucb/SearchCommandArgument.hpp> #include <com/sun/star/ucb/SearchRecursion.hpp> #include <com/sun/star/ucb/SortedDynamicResultSetFactory.hpp> @@ -41,18 +36,23 @@ #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/util/Time.hpp> +#include <comphelper/extract.hxx> +#include <comphelper/processfactory.hxx> +#include <comphelper/property.hxx> +#include <comphelper/sequence.hxx> +#include <comphelper/types.hxx> +#include <comphelper/uno3.hxx> #include <cppuhelper/propshlp.hxx> #include <cppuhelper/typeprovider.hxx> +#include <i18npool/mslangid.hxx> #include <iostream> #include <iterator> -#include <i18npool/mslangid.hxx> #include <osl/diagnose.h> #include <osl/nlsupport.h> #include <osl/thread.h> #include <rtl/logfile.hxx> #include <rtl/math.hxx> #include <rtl/ustrbuf.hxx> -#include "sal/config.h" #include <stdio.h> #include <tools/date.hxx> #include <tools/datetime.hxx> diff --git a/connectivity/inc/pch/precompiled_flat.hxx b/connectivity/inc/pch/precompiled_flat.hxx index f0726091e05e..1cde5690b319 100644 --- a/connectivity/inc/pch/precompiled_flat.hxx +++ b/connectivity/inc/pch/precompiled_flat.hxx @@ -7,12 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <comphelper/extract.hxx> -#include <comphelper/numbers.hxx> -#include <comphelper/processfactory.hxx> -#include <comphelper/sequence.hxx> -#include <comphelper/string.hxx> -#include <comphelper/types.hxx> #include <com/sun/star/beans/XFastPropertySet.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> @@ -21,10 +15,10 @@ #include <com/sun/star/sdbc/KeyRule.hpp> #include <com/sun/star/sdbc/ResultSetConcurrency.hpp> #include <com/sun/star/sdbc/ResultSetType.hpp> -#include <com/sun/star/sdbcx/CompareBookmark.hpp> -#include <com/sun/star/sdbcx/KeyType.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XRow.hpp> +#include <com/sun/star/sdbcx/CompareBookmark.hpp> +#include <com/sun/star/sdbcx/KeyType.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include <com/sun/star/sdbcx/XDeleteRows.hpp> #include <com/sun/star/sdbcx/XIndexesSupplier.hpp> @@ -32,6 +26,12 @@ #include <com/sun/star/util/NumberFormat.hpp> #include <com/sun/star/util/NumberFormatsSupplier.hpp> #include <com/sun/star/util/NumberFormatter.hpp> +#include <comphelper/extract.hxx> +#include <comphelper/numbers.hxx> +#include <comphelper/processfactory.hxx> +#include <comphelper/sequence.hxx> +#include <comphelper/string.hxx> +#include <comphelper/types.hxx> #include <cppuhelper/factory.hxx> #include <ctype.h> #include <i18npool/languagetag.hxx> |