diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-07 14:34:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-08 08:33:01 +0200 |
commit | b3eb84376653b1f5883a3543adf36547790dd045 (patch) | |
tree | 7fd152186dc38de76207608e44a0054033d2aaae /fpicker | |
parent | 43e997d2d9f5ca98bf765e1c956bf56f66935eb5 (diff) |
cleanup tools/debug.hxx includes
with command
> git grep -l tools/debug.hxx |
xargs grep -L DBG_ |
xargs sed -i '/#include *\(<\|\"\)tools\/debug.hxx.*/d'
don't change files in includes/ and */pch
Change-Id: Ie429d6a7dca5dfa1073e0f5ba037f7c84bdbec08
Reviewed-on: https://gerrit.libreoffice.org/37349
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/fpinteraction.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/fpsmartcontent.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/fpicker/source/office/fpinteraction.cxx b/fpicker/source/office/fpinteraction.cxx index bff5dde565c6..5026ea2664eb 100644 --- a/fpicker/source/office/fpinteraction.cxx +++ b/fpicker/source/office/fpinteraction.cxx @@ -18,7 +18,6 @@ */ #include "fpinteraction.hxx" -#include <tools/debug.hxx> #include <com/sun/star/ucb/InteractiveIOException.hpp> #include <com/sun/star/task/XInteractionAbort.hpp> #include <com/sun/star/task/XInteractionApprove.hpp> diff --git a/fpicker/source/office/fpsmartcontent.cxx b/fpicker/source/office/fpsmartcontent.cxx index 7188e34a7973..1f176efcf0ef 100644 --- a/fpicker/source/office/fpsmartcontent.cxx +++ b/fpicker/source/office/fpsmartcontent.cxx @@ -28,7 +28,6 @@ #include <comphelper/processfactory.hxx> #include <ucbhelper/commandenvironment.hxx> #include <tools/solar.h> -#include <tools/debug.hxx> #include <osl/diagnose.h> |