From b3f094c2573de12bf3d386f19b924b536cb89af0 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 26 Mar 2018 01:49:01 +0200 Subject: tdf#42949 Remove unnecessary localization headers from sw Found by searching for the header names and the localization function: git grep -l -e \ sw | xargs grep -c -e SwResId -e StartProgress -e GetResource | grep :0$ | grep -v /pch Change-Id: I041a4e8b4c4cc7414f83bd08e64a1ff921244b44 Reviewed-on: https://gerrit.libreoffice.org/52919 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/source/uibase/dialog/regionsw.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/source/uibase/dialog') diff --git a/sw/source/uibase/dialog/regionsw.cxx b/sw/source/uibase/dialog/regionsw.cxx index 801ac52b9a4e..114871e0e080 100644 --- a/sw/source/uibase/dialog/regionsw.cxx +++ b/sw/source/uibase/dialog/regionsw.cxx @@ -45,7 +45,6 @@ #include #include #include -#include #include #include #include -- cgit