diff options
author | Ashod Nakashian <ashodnakashian@yahoo.com> | 2015-02-02 21:03:42 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-05 10:46:33 +0000 |
commit | de68bb85145e68fc170b8eab0fa3357cd7165421 (patch) | |
tree | 48fe4f4ee72580feaca2ef0112761787e8c73155 /basic/inc | |
parent | 863122b9adecedfcf35ffac1354ef8a85d5b6827 (diff) |
Updated all precompiled headers.
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157
Reviewed-on: https://gerrit.libreoffice.org/14292
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/pch/precompiled_sb.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/basic/inc/pch/precompiled_sb.hxx b/basic/inc/pch/precompiled_sb.hxx index 08e6c874b0d3..8ed406da7931 100644 --- a/basic/inc/pch/precompiled_sb.hxx +++ b/basic/inc/pch/precompiled_sb.hxx @@ -20,7 +20,7 @@ #include <boost/scoped_ptr.hpp> #include <com/sun/star/bridge/oleautomation/Decimal.hpp> #include <com/sun/star/bridge/oleautomation/XAutomationObject.hpp> -#include <com/sun/star/i18n/LocaleCalendar.hpp> +#include <com/sun/star/i18n/LocaleCalendar2.hpp> #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/script/XErrorQuery.hpp> @@ -32,6 +32,8 @@ #include <comphelper/processfactory.hxx> #include <comphelper/random.hxx> #include <comphelper/string.hxx> +#include <config_features.h> +#include <config_version.h> #include <cstddef> #include <ctype.h> #include <errno.h> @@ -60,7 +62,9 @@ #include <svl/zforlist.hxx> #include <tools/color.hxx> #include <tools/date.hxx> +#include <tools/debug.hxx> #include <tools/errcode.hxx> +#include <tools/fract.hxx> #include <tools/shl.hxx> #include <tools/stream.hxx> #include <tools/urlobj.hxx> |