summaryrefslogtreecommitdiffstats
path: root/svl
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-05-07 20:41:22 +0200
committerMichael Stahl <mstahl@redhat.com>2017-05-09 15:41:46 +0200
commit959496794c8af815c571cab1d53b9f904e198754 (patch)
tree30d03c2e62f2ddc5b3878ef93e81d8d05d71f09b /svl
parentdrop obsolete mailtos (diff)
downloadcore-959496794c8af815c571cab1d53b9f904e198754.tar.gz
core-959496794c8af815c571cab1d53b9f904e198754.zip
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 'svl')
-rw-r--r--svl/source/items/cenumitm.cxx1
-rw-r--r--svl/source/items/cintitem.cxx1
-rw-r--r--svl/source/misc/inethist.cxx1
-rw-r--r--svl/source/numbers/zformat.cxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/svl/source/items/cenumitm.cxx b/svl/source/items/cenumitm.cxx
index 6c0dc09e6172..4a0cbd41b8af 100644
--- a/svl/source/items/cenumitm.cxx
+++ b/svl/source/items/cenumitm.cxx
@@ -18,7 +18,6 @@
*/
#include <com/sun/star/uno/Any.hxx>
-#include <osl/diagnose.h>
#include <tools/stream.hxx>
#include <svl/cenumitm.hxx>
#include <svl/eitem.hxx>
diff --git a/svl/source/items/cintitem.cxx b/svl/source/items/cintitem.cxx
index bb5aaea88143..e6ef22205b85 100644
--- a/svl/source/items/cintitem.cxx
+++ b/svl/source/items/cintitem.cxx
@@ -18,7 +18,6 @@
*/
#include <com/sun/star/uno/Any.hxx>
-#include <osl/diagnose.h>
#include <tools/stream.hxx>
#include <svl/cintitem.hxx>
diff --git a/svl/source/misc/inethist.cxx b/svl/source/misc/inethist.cxx
index d84a2622c41c..9dd95296c354 100644
--- a/svl/source/misc/inethist.cxx
+++ b/svl/source/misc/inethist.cxx
@@ -24,7 +24,6 @@
#include <rtl/instance.hxx>
#include <rtl/crc.h>
-#include <osl/diagnose.h>
#include <osl/getglobalmutex.hxx>
#include <tools/solar.h>
#include <tools/debug.hxx>
diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx
index 24da6cb89549..da7b8c00a909 100644
--- a/svl/source/numbers/zformat.cxx
+++ b/svl/source/numbers/zformat.cxx
@@ -24,7 +24,6 @@
#include <comphelper/string.hxx>
#include <sal/log.hxx>
#include <tools/debug.hxx>
-#include <osl/diagnose.h>
#include <i18nlangtag/mslangid.hxx>
#include <rtl/math.hxx>
#include <unotools/charclass.hxx>