summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-12-08 14:53:04 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-10 12:29:50 +0100
commit0201942d31f6cf1baee010de8423b8bdc5f8d343 (patch)
tree62908967e7d404b5b55c102b4a3464d4ddbc05c2 /comphelper
parent06e5bd866b8c0bdb2d5686a3b446151abb8983fb (diff)
remove unused osl/time.h includes ..
and some more in base64.cxx Change-Id: I31c9f23d3bd11f5482774e976a7c40025ffcfb86 Reviewed-on: https://gerrit.libreoffice.org/46157 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/base64.cxx11
-rw-r--r--comphelper/source/misc/docpasswordhelper.cxx1
-rw-r--r--comphelper/source/misc/storagehelper.cxx1
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>