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 /dtrans | |
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 'dtrans')
-rw-r--r-- | dtrans/source/cnttype/mcnttfactory.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/cnttype/mctfentry.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/test/test_dtrans.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/win32/clipb/wcbentry.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/win32/dnd/dndentry.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/win32/ftransl/ftranslentry.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/win32/workbench/testmarshal.cxx | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/dtrans/source/cnttype/mcnttfactory.cxx b/dtrans/source/cnttype/mcnttfactory.cxx index 093fedc1842b..eddb3fc2cd83 100644 --- a/dtrans/source/cnttype/mcnttfactory.cxx +++ b/dtrans/source/cnttype/mcnttfactory.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <osl/diagnose.h> #include <cppuhelper/supportsservice.hxx> #include "mcnttfactory.hxx" #include "mcnttype.hxx" diff --git a/dtrans/source/cnttype/mctfentry.cxx b/dtrans/source/cnttype/mctfentry.cxx index ee045e43339f..2f77baab7031 100644 --- a/dtrans/source/cnttype/mctfentry.cxx +++ b/dtrans/source/cnttype/mctfentry.cxx @@ -19,7 +19,6 @@ #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> -#include <osl/diagnose.h> #include <com/sun/star/datatransfer/XMimeContentTypeFactory.hpp> #include "mcnttfactory.hxx" diff --git a/dtrans/source/test/test_dtrans.cxx b/dtrans/source/test/test_dtrans.cxx index b81b3b6c8272..f531f12fd119 100644 --- a/dtrans/source/test/test_dtrans.cxx +++ b/dtrans/source/test/test_dtrans.cxx @@ -27,7 +27,6 @@ #include <cppuhelper/servicefactory.hxx> #include <cppuhelper/implbase.hxx> #include <rtl/ustring.hxx> -#include <osl/diagnose.h> #include <stdlib.h> #include <stdio.h> diff --git a/dtrans/source/win32/clipb/wcbentry.cxx b/dtrans/source/win32/clipb/wcbentry.cxx index fbc33cb85544..5e379bd894e0 100644 --- a/dtrans/source/win32/clipb/wcbentry.cxx +++ b/dtrans/source/win32/clipb/wcbentry.cxx @@ -20,7 +20,6 @@ #include <cppuhelper/factory.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/container/XSet.hpp> -#include <osl/diagnose.h> #include "WinClipboard.hxx" #define WINCLIPBOARD_SERVICE_NAME "com.sun.star.datatransfer.clipboard.SystemClipboard" diff --git a/dtrans/source/win32/dnd/dndentry.cxx b/dtrans/source/win32/dnd/dndentry.cxx index 170fe5388375..83e972a2be38 100644 --- a/dtrans/source/win32/dnd/dndentry.cxx +++ b/dtrans/source/win32/dnd/dndentry.cxx @@ -20,7 +20,6 @@ #include <cppuhelper/factory.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/container/XSet.hpp> -#include <osl/diagnose.h> #include "source.hxx" #include "target.hxx" diff --git a/dtrans/source/win32/ftransl/ftranslentry.cxx b/dtrans/source/win32/ftransl/ftranslentry.cxx index 19f5cd0773ad..8139b4a6b6b3 100644 --- a/dtrans/source/win32/ftransl/ftranslentry.cxx +++ b/dtrans/source/win32/ftransl/ftranslentry.cxx @@ -20,7 +20,6 @@ #include <cppuhelper/factory.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/container/XSet.hpp> -#include <osl/diagnose.h> #include <com/sun/star/datatransfer/XDataFormatTranslator.hpp> #include "ftransl.hxx" diff --git a/dtrans/source/win32/workbench/testmarshal.cxx b/dtrans/source/win32/workbench/testmarshal.cxx index f833133fa5e4..d9edfe753107 100644 --- a/dtrans/source/win32/workbench/testmarshal.cxx +++ b/dtrans/source/win32/workbench/testmarshal.cxx @@ -19,7 +19,6 @@ #include <rtl/ustring.hxx> #include <sal/types.h> -#include <osl/diagnose.h> #include <stdio.h> #if defined _MSC_VER |