diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-03-17 23:35:08 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-07 09:26:10 +0200 |
commit | 7b185bef65472d10f9fb65d24e0757b90172796c (patch) | |
tree | b48bf3c3d0e77b2e32a9039e29d06c55380b2bb9 /cui/source/tabpages/tptrans.cxx | |
parent | 8e069a319a200e3b6a105f3468cd87ef6af323b2 (diff) |
tdf#42949 Remove unnecessary localization headers from cui
Found by searching for the header names and the localization function:
git grep -l -e \<dialmgr.hxx\> cui | xargs grep -c CuiResId | grep :0$ | grep -v /pch
Change-Id: I6229a59ea202fb6d95a34351d3fe742dfca4e6fb
Reviewed-on: https://gerrit.libreoffice.org/52409
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'cui/source/tabpages/tptrans.cxx')
-rw-r--r-- | cui/source/tabpages/tptrans.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/tabpages/tptrans.cxx b/cui/source/tabpages/tptrans.cxx index 206e46704f4c..a9fc292cd581 100644 --- a/cui/source/tabpages/tptrans.cxx +++ b/cui/source/tabpages/tptrans.cxx @@ -33,7 +33,6 @@ #include <svx/drawitem.hxx> #include <cuitabarea.hxx> #include <dlgname.hxx> -#include <dialmgr.hxx> #include <svx/dlgutil.hxx> #include <svl/intitem.hxx> #include <sfx2/request.hxx> |