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 /reportdesign | |
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 'reportdesign')
-rw-r--r-- | reportdesign/source/core/api/services.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/filter/xml/xmlservices.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/ui/inspection/DefaultInspection.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/ui/misc/rptuiservices.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/reportdesign/source/core/api/services.cxx b/reportdesign/source/core/api/services.cxx index 0b1260b60f0e..ba2ce3d55077 100644 --- a/reportdesign/source/core/api/services.cxx +++ b/reportdesign/source/core/api/services.cxx @@ -18,7 +18,6 @@ */ #include <sal/types.h> #include <cppuhelper/factory.hxx> -#include <osl/diagnose.h> #include <cppuhelper/implementationentry.hxx> #include "ReportDefinition.hxx" #include "FormattedField.hxx" diff --git a/reportdesign/source/filter/xml/xmlservices.cxx b/reportdesign/source/filter/xml/xmlservices.cxx index 5d3724a24a10..0fd09eea6058 100644 --- a/reportdesign/source/filter/xml/xmlservices.cxx +++ b/reportdesign/source/filter/xml/xmlservices.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include <cppuhelper/factory.hxx> -#include <osl/diagnose.h> #include <cppuhelper/implementationentry.hxx> #include "xmlfilter.hxx" #include "xmlExport.hxx" diff --git a/reportdesign/source/ui/inspection/DefaultInspection.cxx b/reportdesign/source/ui/inspection/DefaultInspection.cxx index d6720053fe83..72ccc2b5211b 100644 --- a/reportdesign/source/ui/inspection/DefaultInspection.cxx +++ b/reportdesign/source/ui/inspection/DefaultInspection.cxx @@ -23,7 +23,6 @@ #include "ModuleHelper.hxx" #include "helpids.hrc" #include <cppuhelper/supportsservice.hxx> -#include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include <tools/debug.hxx> #include "metadata.hxx" diff --git a/reportdesign/source/ui/misc/rptuiservices.cxx b/reportdesign/source/ui/misc/rptuiservices.cxx index e7e8440cc51d..2424445129c0 100644 --- a/reportdesign/source/ui/misc/rptuiservices.cxx +++ b/reportdesign/source/ui/misc/rptuiservices.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include <cppuhelper/factory.hxx> -#include <osl/diagnose.h> #include <cppuhelper/implementationentry.hxx> #include "ReportController.hxx" #include "toolboxcontroller.hxx" |