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 /extensions | |
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 'extensions')
-rw-r--r-- | extensions/source/propctrlr/defaultforminspection.cxx | 1 | ||||
-rw-r--r-- | extensions/source/scanner/scnserv.cxx | 1 | ||||
-rw-r--r-- | extensions/source/update/check/updatecheckjob.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/defaultforminspection.cxx b/extensions/source/propctrlr/defaultforminspection.cxx index e01a3778b7c4..b08ad0843f6c 100644 --- a/extensions/source/propctrlr/defaultforminspection.cxx +++ b/extensions/source/propctrlr/defaultforminspection.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/ucb/AlreadyInitializedException.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> -#include <osl/diagnose.h> #include <sal/macros.h> diff --git a/extensions/source/scanner/scnserv.cxx b/extensions/source/scanner/scnserv.cxx index 66689fe6b529..f728ff809d32 100644 --- a/extensions/source/scanner/scnserv.cxx +++ b/extensions/source/scanner/scnserv.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <osl/diagnose.h> #include <cppuhelper/factory.hxx> #include <uno/mapping.hxx> #include "scanner.hxx" diff --git a/extensions/source/update/check/updatecheckjob.cxx b/extensions/source/update/check/updatecheckjob.cxx index b10755903db6..b4885c83ae9a 100644 --- a/extensions/source/update/check/updatecheckjob.cxx +++ b/extensions/source/update/check/updatecheckjob.cxx @@ -28,7 +28,6 @@ #include <cppuhelper/implbase.hxx> #include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> -#include <osl/diagnose.h> #include "com/sun/star/frame/Desktop.hpp" #include "com/sun/star/frame/XTerminateListener.hpp" |