diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-06-27 16:05:12 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-28 17:37:13 +0200 |
commit | 7c3980053f15338ff8afaa11b4c5cbe7b6d7ecef (patch) | |
tree | 72327b78830dac3f3db6f041e3b047f408deacbd /sw | |
parent | af41cbde659fec031706348c23c5672316ca026c (diff) |
remove unused DateTimeRange includes
Change-Id: Iedf60c9729067214365a74222be6a59c19d0f7d5
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/pch/precompiled_sw.hxx | 1 | ||||
-rw-r--r-- | sw/source/core/unocore/unofield.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index 99fc5858439f..1a5339e85a82 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.hxx @@ -405,7 +405,6 @@ #include <com/sun/star/util/CloseVetoException.hpp> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/DateTime.hpp> -#include <com/sun/star/util/DateTimeRange.hpp> #include <com/sun/star/util/Duration.hpp> #include <com/sun/star/util/JobManager.hpp> #include <com/sun/star/util/MeasureUnit.hpp> diff --git a/sw/source/core/unocore/unofield.cxx b/sw/source/core/unocore/unofield.cxx index b4a5de0c6cc4..6a202bf4cbdb 100644 --- a/sw/source/core/unocore/unofield.cxx +++ b/sw/source/core/unocore/unofield.cxx @@ -40,7 +40,6 @@ #include <comphelper/string.hxx> #include <comphelper/types.hxx> #include <com/sun/star/util/Time.hpp> -#include <com/sun/star/util/DateTimeRange.hpp> #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/beans/XFastPropertySet.hpp> |