From 14198f2191f216592f00b72221771704b3ce4636 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 31 Mar 2018 19:49:30 +0200 Subject: tdf#42949 Remove unnecessary localization headers from sd Found by searching for the header names and the localization function: git grep -l -e \ -e \ sd | xargs grep -c SdResId | grep :0$ | grep -v /pch Change-Id: Ibcd9b8403c398ec205c9bcc2ed1f04a7ef6a37aa Reviewed-on: https://gerrit.libreoffice.org/52199 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sd/source/ui/inc/ins_paste.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sd/source/ui/inc/ins_paste.hxx') diff --git a/sd/source/ui/inc/ins_paste.hxx b/sd/source/ui/inc/ins_paste.hxx index a16398b755f7..2ea57eee2e05 100644 --- a/sd/source/ui/inc/ins_paste.hxx +++ b/sd/source/ui/inc/ins_paste.hxx @@ -25,7 +25,6 @@ #include #include #include -#include // SdInsertPasteDlg class SD_DLLPUBLIC SdInsertPasteDlg : public ModalDialog -- cgit