diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-03-18 16:03:47 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-13 16:39:14 +0200 |
commit | 83d247b9917ecf4e23d5a457252a998f233b5c30 (patch) | |
tree | c3b9ce3ad1a55a72b1f0190e29a405b57e4ba637 /dbaccess/source/ui/relationdesign | |
parent | 1f5c0cf78d1dcc7420e93ae7c24d838931aba88d (diff) |
tdf#42949 Remove unnecessary localization headers from dbaccess
Found by searching for the header names and the localization function:
git grep -l -e \<core_resource.hxx\> -e \<strings.hrc\> dbaccess | xargs grep -c -e "loadString" -e "DBA_RES" | grep :0$ | grep -v /pch
Since certain files use the strings with other functions as well
the above command still gives some false positives.
Change-Id: Ib41c5d8d18f3a00729fcf2c4cd8203a2047ef0df
Reviewed-on: https://gerrit.libreoffice.org/52480
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/relationdesign')
-rw-r--r-- | dbaccess/source/ui/relationdesign/RelationDesignView.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx index 3d13985a545a..e1779a816cf1 100644 --- a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx +++ b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx @@ -23,7 +23,6 @@ #include <svl/undo.hxx> #include <vcl/svapp.hxx> #include <browserids.hxx> -#include <strings.hrc> #include <comphelper/types.hxx> #include <connectivity/dbtools.hxx> #include <com/sun/star/sdbc/DataType.hpp> |