diff options
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/base64.cxx | 11 | ||||
-rw-r--r-- | comphelper/source/misc/docpasswordhelper.cxx | 1 | ||||
-rw-r--r-- | comphelper/source/misc/storagehelper.cxx | 1 |
3 files changed, 0 insertions, 13 deletions
diff --git a/comphelper/source/misc/base64.cxx b/comphelper/source/misc/base64.cxx index 502c8d2d7d2c..ffff98b8e892 100644 --- a/comphelper/source/misc/base64.cxx +++ b/comphelper/source/misc/base64.cxx @@ -19,27 +19,16 @@ #include <comphelper/base64.hxx> -#include <com/sun/star/i18n/UnicodeType.hpp> -#include <com/sun/star/util/DateTime.hpp> -#include <com/sun/star/util/Date.hpp> -#include <com/sun/star/util/DateTimeWithTimezone.hpp> -#include <com/sun/star/util/DateWithTimezone.hpp> -#include <com/sun/star/util/Duration.hpp> -#include <com/sun/star/util/Time.hpp> #include <com/sun/star/uno/Sequence.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/math.hxx> #include <sal/log.hxx> -#include <osl/time.h> #include <osl/diagnose.h> #include <algorithm> using namespace com::sun::star; -using namespace com::sun::star::uno; -using namespace com::sun::star::util; -using namespace ::com::sun::star::i18n; namespace comphelper { diff --git a/comphelper/source/misc/docpasswordhelper.cxx b/comphelper/source/misc/docpasswordhelper.cxx index 79af2be034d6..8e3df262a226 100644 --- a/comphelper/source/misc/docpasswordhelper.cxx +++ b/comphelper/source/misc/docpasswordhelper.cxx @@ -23,7 +23,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/task/XInteractionHandler.hpp> -#include <osl/time.h> #include <osl/diagnose.h> #include <rtl/digest.h> #include <rtl/random.h> diff --git a/comphelper/source/misc/storagehelper.cxx b/comphelper/source/misc/storagehelper.cxx index a6f2109ba37e..de813848653b 100644 --- a/comphelper/source/misc/storagehelper.cxx +++ b/comphelper/source/misc/storagehelper.cxx @@ -44,7 +44,6 @@ #include <rtl/digest.h> #include <rtl/random.h> -#include <osl/time.h> #include <osl/diagnose.h> #include <sax/tools/converter.hxx> |