From f38c49cdc9df7acedcf08b895f4c99be85d6aa80 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 21 Dec 2017 00:03:22 +0100 Subject: tdf#42949 Remove unneeded helpids.h headers (3/3) A side effect of the .ui migration is that we use a lot less HIDs in the code. A lot of files still contain helpids.h includes even if no actual HID is referenced. This cleans up directory sw. Found with: git grep helpids.h | cut -d : -f 1 | xargs grep -c HID_ | grep :0$ Change-Id: I100fd818b0e68eaaecbfaf7c7b58e95dea489aeb Reviewed-on: https://gerrit.libreoffice.org/46870 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sw/source/ui/envelp/envlop1.cxx | 1 - sw/source/ui/envelp/mailmrge.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'sw/source/ui/envelp') diff --git a/sw/source/ui/envelp/envlop1.cxx b/sw/source/ui/envelp/envlop1.cxx index 0f61aaba3b83..850ec6c536d3 100644 --- a/sw/source/ui/envelp/envlop1.cxx +++ b/sw/source/ui/envelp/envlop1.cxx @@ -28,7 +28,6 @@ #include #include -#include #include "envfmt.hxx" #include #include "envprt.hxx" diff --git a/sw/source/ui/envelp/mailmrge.cxx b/sw/source/ui/envelp/mailmrge.cxx index 506dc0cee8dc..4c222369e4a3 100644 --- a/sw/source/ui/envelp/mailmrge.cxx +++ b/sw/source/ui/envelp/mailmrge.cxx @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include -- cgit