diff options
Diffstat (limited to 'unotools/source/i18n/localedatawrapper.cxx')
-rw-r--r-- | unotools/source/i18n/localedatawrapper.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unotools/source/i18n/localedatawrapper.cxx b/unotools/source/i18n/localedatawrapper.cxx index 83a2d65ac41f..170e826e7eed 100644 --- a/unotools/source/i18n/localedatawrapper.cxx +++ b/unotools/source/i18n/localedatawrapper.cxx @@ -23,7 +23,6 @@ #include <sal/log.hxx> #include <unotools/localedatawrapper.hxx> -#include <unotools/calendarwrapper.hxx> #include <unotools/digitgroupingiterator.hxx> #include <tools/diagnose_ex.h> #include <tools/debug.hxx> @@ -32,8 +31,6 @@ #include <com/sun/star/i18n/KNumberFormatUsage.hpp> #include <com/sun/star/i18n/KNumberFormatType.hpp> #include <com/sun/star/i18n/LocaleData2.hpp> -#include <com/sun/star/i18n/CalendarFieldIndex.hpp> -#include <com/sun/star/i18n/CalendarDisplayIndex.hpp> #include <com/sun/star/i18n/NumberFormatIndex.hpp> #include <com/sun/star/i18n/NumberFormatMapper.hpp> @@ -41,6 +38,8 @@ #include <comphelper/sequence.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/math.hxx> +#include <tools/date.hxx> +#include <tools/time.hxx> const sal_uInt16 nCurrFormatDefault = 0; |