From 00ff4d198313265ba736a6e234b4278166d1c3e4 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 18 Apr 2018 00:05:25 +0200 Subject: tdf#42949 Remove unnecessary localization headers of sfx2 Found by searching for the header names and the localization functions: git grep -l -e \ -e \ | xargs grep -c -e SfxResId -e GetResString | grep :0$ | grep -v /pch Change-Id: If0571ae4029b5fb2699cdd6ea768d3cd240bdce3 Reviewed-on: https://gerrit.libreoffice.org/53073 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- sw/source/uibase/dochdl/swdtflvr.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/source') diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx index 8548874264ed..52ea174a5f71 100644 --- a/sw/source/uibase/dochdl/swdtflvr.cxx +++ b/sw/source/uibase/dochdl/swdtflvr.cxx @@ -130,7 +130,6 @@ #include #include #include -#include #include -- cgit