diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-04-19 01:05:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-20 09:00:44 +0200 |
commit | 663fd3d6e1f93ec989dc289e688d5dbfe434cbca (patch) | |
tree | bdcdae8456be4bc375ea903a856d8c8fd477362e /uui | |
parent | 73584b2342b4e527b5329b4bf779171c4fc2d4ce (diff) |
tdf#42949 Remove unnecessary localization headers of svtools
Found by searching for the header names and the localization function:
git grep -l -e \<svtools/svtresid.hxx\> -e \<svtools/strings.hrc\> | xargs grep -c SvtResId | grep :0$ | grep -v /pch
Change-Id: I861fed778660412dc73616da29503538b3fe9ccb
Reviewed-on: https://gerrit.libreoffice.org/53136
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl-errorhandler.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 <com/sun/star/task/XInteractionRetry.hpp> #include <vcl/errinf.hxx> -#include <svtools/strings.hrc> #include <svx/svxerr.hxx> #include <svx/dialogs.hrc> #include <unotools/resmgr.hxx> |