diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-07 20:41:22 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-09 15:41:46 +0200 |
commit | 959496794c8af815c571cab1d53b9f904e198754 (patch) | |
tree | 30d03c2e62f2ddc5b3878ef93e81d8d05d71f09b /ucb | |
parent | 3adadbd10501e1baa87a9833ecc84626a625d9a9 (diff) |
cleanup osl/diagnose.h includes
with command
> git grep -l osl/diagnose.h *.cxx |
xargs grep -L -w 'OSL_\w*' |
xargs sed -i '/#include *\(<\|\"\)osl\/diagnose.h\(>\|\"\).*/d'
headers need more work
Change-Id: I906519ebbd47a04703b4fa5943b2f7abea7a97ab
Reviewed-on: https://gerrit.libreoffice.org/37350
Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/core/FileAccess.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext_provider.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/gio/gio_content.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/hierarchy/hierarchyuri.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/package/pkgprovider.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/package/pkguri.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-neon/ContentProperties.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-neon/LockSequence.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-neon/NeonHeadRequest.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-neon/NeonLockStore.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-neon/NeonPropFindRequest.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-neon/UCBDeadPropertyValue.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/ContentProperties.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/DAVResourceAccess.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/webdavdatasupplier.cxx | 1 |
18 files changed, 0 insertions, 18 deletions
diff --git a/ucb/source/core/FileAccess.cxx b/ucb/source/core/FileAccess.cxx index 9f8f4c7888b1..f131851475aa 100644 --- a/ucb/source/core/FileAccess.cxx +++ b/ucb/source/core/FileAccess.cxx @@ -18,7 +18,6 @@ */ #include <osl/mutex.hxx> -#include <osl/diagnose.h> #include <uno/mapping.hxx> #include <comphelper/processfactory.hxx> diff --git a/ucb/source/ucp/ext/ucpext_provider.cxx b/ucb/source/ucp/ext/ucpext_provider.cxx index 04870bb93896..46e37a3f93dc 100644 --- a/ucb/source/ucp/ext/ucpext_provider.cxx +++ b/ucb/source/ucp/ext/ucpext_provider.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/ucb/IllegalIdentifierException.hpp> #include <ucbhelper/contentidentifier.hxx> -#include <osl/diagnose.h> #include <osl/mutex.hxx> #include <rtl/ustrbuf.hxx> diff --git a/ucb/source/ucp/gio/gio_content.cxx b/ucb/source/ucp/gio/gio_content.cxx index 640717028361..1e7a4d55775b 100644 --- a/ucb/source/ucp/gio/gio_content.cxx +++ b/ucb/source/ucp/gio/gio_content.cxx @@ -23,7 +23,6 @@ #include <sal/macros.h> #include <osl/time.h> -#include <osl/diagnose.h> #include <osl/doublecheckedlocking.h> #include <com/sun/star/beans/IllegalTypeException.hpp> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/ucb/source/ucp/hierarchy/hierarchyuri.cxx b/ucb/source/ucp/hierarchy/hierarchyuri.cxx index d76440f3a25e..f7959606b84b 100644 --- a/ucb/source/ucp/hierarchy/hierarchyuri.cxx +++ b/ucb/source/ucp/hierarchy/hierarchyuri.cxx @@ -25,7 +25,6 @@ *************************************************************************/ #include "rtl/ustrbuf.hxx" -#include "osl/diagnose.h" #include "hierarchyuri.hxx" diff --git a/ucb/source/ucp/package/pkgprovider.cxx b/ucb/source/ucp/package/pkgprovider.cxx index 585c792f1ded..c805603ee4e9 100644 --- a/ucb/source/ucp/package/pkgprovider.cxx +++ b/ucb/source/ucp/package/pkgprovider.cxx @@ -24,7 +24,6 @@ *************************************************************************/ -#include <osl/diagnose.h> #include <comphelper/processfactory.hxx> #include <cppuhelper/weak.hxx> #include <ucbhelper/contentidentifier.hxx> diff --git a/ucb/source/ucp/package/pkguri.cxx b/ucb/source/ucp/package/pkguri.cxx index 5b84e78f2c96..b797106dfcc0 100644 --- a/ucb/source/ucp/package/pkguri.cxx +++ b/ucb/source/ucp/package/pkguri.cxx @@ -25,7 +25,6 @@ *************************************************************************/ #include "rtl/ustrbuf.hxx" -#include "osl/diagnose.h" #include "comphelper/storagehelper.hxx" #include "../inc/urihelper.hxx" diff --git a/ucb/source/ucp/webdav-neon/ContentProperties.cxx b/ucb/source/ucp/webdav-neon/ContentProperties.cxx index ef82213e7937..cafb01c3aa13 100644 --- a/ucb/source/ucp/webdav-neon/ContentProperties.cxx +++ b/ucb/source/ucp/webdav-neon/ContentProperties.cxx @@ -33,7 +33,6 @@ *************************************************************************/ #include <memory> -#include <osl/diagnose.h> #include <com/sun/star/util/DateTime.hpp> #include "NeonUri.hxx" #include "DAVResource.hxx" diff --git a/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx b/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx index 1162e88ef659..5603f49798af 100644 --- a/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx +++ b/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx @@ -27,7 +27,6 @@ ************************************************************************/ -#include "osl/diagnose.h" #include "com/sun/star/io/IOException.hpp" #include "com/sun/star/lang/IllegalArgumentException.hpp" #include "com/sun/star/task/XInteractionAbort.hpp" diff --git a/ucb/source/ucp/webdav-neon/LockSequence.cxx b/ucb/source/ucp/webdav-neon/LockSequence.cxx index b75db5a8b428..de145e5727ed 100644 --- a/ucb/source/ucp/webdav-neon/LockSequence.cxx +++ b/ucb/source/ucp/webdav-neon/LockSequence.cxx @@ -29,7 +29,6 @@ #include <config_lgpl.h> #include <string.h> #include <ne_xml.h> -#include <osl/diagnose.h> #include "LockSequence.hxx" #include <memory> diff --git a/ucb/source/ucp/webdav-neon/NeonHeadRequest.cxx b/ucb/source/ucp/webdav-neon/NeonHeadRequest.cxx index 5e7945dcae58..d49223da33a3 100644 --- a/ucb/source/ucp/webdav-neon/NeonHeadRequest.cxx +++ b/ucb/source/ucp/webdav-neon/NeonHeadRequest.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include <osl/diagnose.h> #include <osl/mutex.hxx> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/PropertyState.hpp> diff --git a/ucb/source/ucp/webdav-neon/NeonLockStore.cxx b/ucb/source/ucp/webdav-neon/NeonLockStore.cxx index 5e37bd4690ec..c2b0459c9294 100644 --- a/ucb/source/ucp/webdav-neon/NeonLockStore.cxx +++ b/ucb/source/ucp/webdav-neon/NeonLockStore.cxx @@ -31,7 +31,6 @@ #include "rtl/ustring.hxx" #include "osl/time.h" #include "osl/thread.hxx" -#include <osl/diagnose.h> #include "salhelper/thread.hxx" #include "NeonSession.hxx" #include "NeonLockStore.hxx" diff --git a/ucb/source/ucp/webdav-neon/NeonPropFindRequest.cxx b/ucb/source/ucp/webdav-neon/NeonPropFindRequest.cxx index d8a4b2f083ee..df1e99aad052 100644 --- a/ucb/source/ucp/webdav-neon/NeonPropFindRequest.cxx +++ b/ucb/source/ucp/webdav-neon/NeonPropFindRequest.cxx @@ -27,7 +27,6 @@ ************************************************************************/ -#include "osl/diagnose.h" #include <osl/mutex.hxx> #include "rtl/strbuf.hxx" #include "NeonSession.hxx" diff --git a/ucb/source/ucp/webdav-neon/UCBDeadPropertyValue.cxx b/ucb/source/ucp/webdav-neon/UCBDeadPropertyValue.cxx index d2ce9673d375..85e6ab1794c5 100644 --- a/ucb/source/ucp/webdav-neon/UCBDeadPropertyValue.cxx +++ b/ucb/source/ucp/webdav-neon/UCBDeadPropertyValue.cxx @@ -29,7 +29,6 @@ #include <config_lgpl.h> #include <string.h> #include <ne_xml.h> -#include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include "UCBDeadPropertyValue.hxx" diff --git a/ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx b/ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx index 0723af97546f..f86ed585c718 100644 --- a/ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx +++ b/ucb/source/ucp/webdav-neon/webdavdatasupplier.cxx @@ -33,7 +33,6 @@ *************************************************************************/ -#include <osl/diagnose.h> #include <o3tl/make_unique.hxx> #include <com/sun/star/ucb/IllegalIdentifierException.hpp> #include <com/sun/star/ucb/OpenMode.hpp> diff --git a/ucb/source/ucp/webdav/ContentProperties.cxx b/ucb/source/ucp/webdav/ContentProperties.cxx index ddeefbdd41aa..b695b9c8a598 100644 --- a/ucb/source/ucp/webdav/ContentProperties.cxx +++ b/ucb/source/ucp/webdav/ContentProperties.cxx @@ -18,7 +18,6 @@ */ #include <memory> -#include <osl/diagnose.h> #include <com/sun/star/util/DateTime.hpp> #include "SerfUri.hxx" #include "DAVResource.hxx" diff --git a/ucb/source/ucp/webdav/DAVResourceAccess.cxx b/ucb/source/ucp/webdav/DAVResourceAccess.cxx index f0bf077ba82f..8ffc11305536 100644 --- a/ucb/source/ucp/webdav/DAVResourceAccess.cxx +++ b/ucb/source/ucp/webdav/DAVResourceAccess.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <osl/diagnose.h> #include <com/sun/star/task/XInteractionAbort.hpp> #include <com/sun/star/ucb/XWebDAVCommandEnvironment.hpp> diff --git a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx index 46769669e942..ca1131038bcb 100644 --- a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx +++ b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx @@ -18,7 +18,6 @@ */ #include <string.h> -#include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include "UCBDeadPropertyValue.hxx" diff --git a/ucb/source/ucp/webdav/webdavdatasupplier.cxx b/ucb/source/ucp/webdav/webdavdatasupplier.cxx index 6da72d26aa8f..3a8a2ea8d8bb 100644 --- a/ucb/source/ucp/webdav/webdavdatasupplier.cxx +++ b/ucb/source/ucp/webdav/webdavdatasupplier.cxx @@ -23,7 +23,6 @@ #include <utility> #include <o3tl/make_unique.hxx> -#include <osl/diagnose.h> #include <com/sun/star/ucb/OpenMode.hpp> #include <ucbhelper/contentidentifier.hxx> #include <ucbhelper/providerhelper.hxx> |