From 663fd3d6e1f93ec989dc289e688d5dbfe434cbca Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 19 Apr 2018 01:05:02 +0200 Subject: tdf#42949 Remove unnecessary localization headers of svtools Found by searching for the header names and the localization function: git grep -l -e \ -e \ | xargs grep -c SvtResId | grep :0$ | grep -v /pch Change-Id: I861fed778660412dc73616da29503538b3fe9ccb Reviewed-on: https://gerrit.libreoffice.org/53136 Tested-by: Jenkins Reviewed-by: Noel Grandin --- uui/source/iahndl-errorhandler.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'uui') diff --git a/uui/source/iahndl-errorhandler.cxx b/uui/source/iahndl-errorhandler.cxx index a2a4b0723b58..489d8bd0cc61 100644 --- a/uui/source/iahndl-errorhandler.cxx +++ b/uui/source/iahndl-errorhandler.cxx @@ -27,7 +27,6 @@ #include #include -#include #include #include #include -- cgit