[Libreoffice-commits] core.git: chart2/source comphelper/source oox/source package/source sax/source sd/source sw/source xmlsecurity/source

Jochen Nitschke j.nitschke+logerrit at ok.de
Sun Dec 10 11:32:15 UTC 2017


 chart2/source/view/main/ChartView.cxx           |    1 -
 comphelper/source/misc/base64.cxx               |   11 -----------
 comphelper/source/misc/docpasswordhelper.cxx    |    1 -
 comphelper/source/misc/storagehelper.cxx        |    1 -
 oox/source/crypto/Standard2007Engine.cxx        |    1 -
 package/source/zipapi/ZipOutputEntry.cxx        |    1 -
 package/source/zippackage/ZipPackage.cxx        |    1 -
 package/source/zippackage/ZipPackageFolder.cxx  |    1 -
 sax/source/tools/converter.cxx                  |    1 -
 sd/source/core/annotations/Annotation.cxx       |    2 --
 sw/source/filter/ww8/wrtww8.cxx                 |    1 -
 xmlsecurity/source/xmlsec/nss/ciphercontext.cxx |    1 -
 12 files changed, 23 deletions(-)

New commits:
commit 0201942d31f6cf1baee010de8423b8bdc5f8d343
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Fri Dec 8 14:53:04 2017 +0100

    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 at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index 97a51c55c961..4fa863406671 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -120,7 +120,6 @@
 #include <rtl/ustring.hxx>
 
 #include <osl/conditn.hxx>
-#include <osl/time.h>
 #include <o3tl/make_unique.hxx>
 
 #include <memory>
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>
 
diff --git a/oox/source/crypto/Standard2007Engine.cxx b/oox/source/crypto/Standard2007Engine.cxx
index c70b120e3666..8955101f6842 100644
--- a/oox/source/crypto/Standard2007Engine.cxx
+++ b/oox/source/crypto/Standard2007Engine.cxx
@@ -13,7 +13,6 @@
 #include <oox/crypto/CryptTools.hxx>
 #include <oox/helper/binaryinputstream.hxx>
 #include <oox/helper/binaryoutputstream.hxx>
-#include <osl/time.h>
 #include <rtl/digest.h>
 #include <rtl/random.h>
 
diff --git a/package/source/zipapi/ZipOutputEntry.cxx b/package/source/zipapi/ZipOutputEntry.cxx
index 073226eb4103..815dfa9a09a6 100644
--- a/package/source/zipapi/ZipOutputEntry.cxx
+++ b/package/source/zipapi/ZipOutputEntry.cxx
@@ -25,7 +25,6 @@
 #include <com/sun/star/ucb/XSimpleFileAccess3.hpp>
 #include <comphelper/storagehelper.hxx>
 
-#include <osl/time.h>
 #include <osl/diagnose.h>
 
 #include <PackageConstants.hxx>
diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx
index faf6c9dedceb..ea2d7267e41c 100644
--- a/package/source/zippackage/ZipPackage.cxx
+++ b/package/source/zippackage/ZipPackage.cxx
@@ -63,7 +63,6 @@
 #include <cppuhelper/typeprovider.hxx>
 #include <rtl/uri.hxx>
 #include <rtl/random.h>
-#include <osl/time.h>
 #include <osl/diagnose.h>
 #include <com/sun/star/io/XAsyncOutputMonitor.hpp>
 
diff --git a/package/source/zippackage/ZipPackageFolder.cxx b/package/source/zippackage/ZipPackageFolder.cxx
index f70a048b393a..061fc2d3a592 100644
--- a/package/source/zippackage/ZipPackageFolder.cxx
+++ b/package/source/zippackage/ZipPackageFolder.cxx
@@ -30,7 +30,6 @@
 #include <cppuhelper/supportsservice.hxx>
 #include <cppuhelper/typeprovider.hxx>
 #include <osl/diagnose.h>
-#include <osl/time.h>
 #include <rtl/digest.h>
 #include "ContentInfo.hxx"
 #include <com/sun/star/beans/PropertyValue.hpp>
diff --git a/sax/source/tools/converter.cxx b/sax/source/tools/converter.cxx
index b78e4e1413f2..431cfde4308a 100644
--- a/sax/source/tools/converter.cxx
+++ b/sax/source/tools/converter.cxx
@@ -31,7 +31,6 @@
 #include <rtl/ustrbuf.hxx>
 #include <rtl/math.hxx>
 #include <sal/log.hxx>
-#include <osl/time.h>
 #include <osl/diagnose.h>
 #include <comphelper/base64.hxx>
 
diff --git a/sd/source/core/annotations/Annotation.cxx b/sd/source/core/annotations/Annotation.cxx
index 11e7792d4e75..ce442b4f7402 100644
--- a/sd/source/core/annotations/Annotation.cxx
+++ b/sd/source/core/annotations/Annotation.cxx
@@ -19,8 +19,6 @@
 
 #include <sal/config.h>
 
-#include <osl/time.h>
-
 #include <boost/property_tree/json_parser.hpp>
 
 #include <com/sun/star/uno/XComponentContext.hpp>
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index 63adb9e6983d..c67d69cceb12 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -109,7 +109,6 @@
 #include <unotools/tempfile.hxx>
 #include <filter/msfilter/mscodec.hxx>
 #include <filter/msfilter/svxmsbas.hxx>
-#include <osl/time.h>
 #include <rtl/random.h>
 #include <vcl/svapp.hxx>
 #include "WW8Sttbf.hxx"
diff --git a/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx b/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx
index d7d7d951adf4..c0465cfb8e3d 100644
--- a/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx
+++ b/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx
@@ -21,7 +21,6 @@
 
 #include <com/sun/star/lang/DisposedException.hpp>
 #include <osl/diagnose.h>
-#include <osl/time.h>
 #include <rtl/random.h>
 #include <rtl/ref.hxx>
 


More information about the Libreoffice-commits mailing list