From 4fae455fcdb0242b568b88f51726bd1596e100b0 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 14 Dec 2017 14:50:33 +0100 Subject: tdf#42949 Remove unneeded helpids.h headers (1/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 directories b* - e*. Found with: git grep helpids.h | cut -d : -f 1 | xargs grep -c HID_ | grep :0$ Change-Id: I221d22f68584115d71660a97c4f108595625d12c Reviewed-on: https://gerrit.libreoffice.org/46868 Tested-by: Jenkins Reviewed-by: Michael Stahl --- dbaccess/source/ui/app/AppController.cxx | 1 - dbaccess/source/ui/app/AppIconControl.cxx | 1 - dbaccess/source/ui/app/AppView.cxx | 1 - 3 files changed, 3 deletions(-) (limited to 'dbaccess/source/ui/app') diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx index ff5cbd4a9cef..fcc781ae6ef5 100644 --- a/dbaccess/source/ui/app/AppController.cxx +++ b/dbaccess/source/ui/app/AppController.cxx @@ -119,7 +119,6 @@ #include #include #include -#include #include #include diff --git a/dbaccess/source/ui/app/AppIconControl.cxx b/dbaccess/source/ui/app/AppIconControl.cxx index df4ba366fb31..cc4f67c969ec 100644 --- a/dbaccess/source/ui/app/AppIconControl.cxx +++ b/dbaccess/source/ui/app/AppIconControl.cxx @@ -18,7 +18,6 @@ */ #include "AppIconControl.hxx" -#include #include #include #include diff --git a/dbaccess/source/ui/app/AppView.cxx b/dbaccess/source/ui/app/AppView.cxx index 30889fe85f83..712d962a9167 100644 --- a/dbaccess/source/ui/app/AppView.cxx +++ b/dbaccess/source/ui/app/AppView.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include -- cgit