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/macroass.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/macroass.cxx')
-rw-r--r-- | cui/source/tabpages/macroass.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/tabpages/macroass.cxx b/cui/source/tabpages/macroass.cxx index b2a62800b2d3..e86d51d8b9be 100644 --- a/cui/source/tabpages/macroass.cxx +++ b/cui/source/tabpages/macroass.cxx @@ -21,7 +21,6 @@ #include <basic/basmgr.hxx> #include <comphelper/string.hxx> -#include <dialmgr.hxx> #include <svl/macitem.hxx> #include <svx/dialogs.hrc> #include <svtools/svmedit.hxx> |