summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-05-07 14:34:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-08 08:33:01 +0200
commitb3eb84376653b1f5883a3543adf36547790dd045 (patch)
tree7fd152186dc38de76207608e44a0054033d2aaae /sfx2
parent43e997d2d9f5ca98bf765e1c956bf56f66935eb5 (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 'sfx2')
-rw-r--r--sfx2/source/bastyp/bitset.cxx1
-rw-r--r--sfx2/source/dialog/styfitem.cxx1
-rw-r--r--sfx2/source/doc/SfxDocumentMetaData.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/bastyp/bitset.cxx b/sfx2/source/bastyp/bitset.cxx
index ac113cf0117f..66dbcf2b7db3 100644
--- a/sfx2/source/bastyp/bitset.cxx
+++ b/sfx2/source/bastyp/bitset.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
#include <sal/log.hxx>
#include "bitset.hxx"
diff --git a/sfx2/source/dialog/styfitem.cxx b/sfx2/source/dialog/styfitem.cxx
index c6b693871f38..ee54a628d9d2 100644
--- a/sfx2/source/dialog/styfitem.cxx
+++ b/sfx2/source/dialog/styfitem.cxx
@@ -20,7 +20,6 @@
#include <osl/diagnose.h>
#include <sfx2/styfitem.hxx>
#include <tools/rcid.h>
-#include <tools/debug.hxx>
SfxStyleFamilyItem::SfxStyleFamilyItem(SfxStyleFamily nFamily_, const OUString &rName, const Image& rImage, const ResId &rStringArrayId)
: nFamily(nFamily_)
diff --git a/sfx2/source/doc/SfxDocumentMetaData.cxx b/sfx2/source/doc/SfxDocumentMetaData.cxx
index df7574634f79..fb4a3f93dd65 100644
--- a/sfx2/source/doc/SfxDocumentMetaData.cxx
+++ b/sfx2/source/doc/SfxDocumentMetaData.cxx
@@ -63,7 +63,6 @@
#include <rtl/ref.hxx>
#include <rtl/ustrbuf.hxx>
-#include <tools/debug.hxx>
#include <tools/datetime.hxx>
#include <osl/mutex.hxx>
#include <cppuhelper/basemutex.hxx>