summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-03-18 16:03:47 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-04-13 16:39:14 +0200
commit83d247b9917ecf4e23d5a457252a998f233b5c30 (patch)
treec3b9ce3ad1a55a72b1f0190e29a405b57e4ba637 /dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
parent1f5c0cf78d1dcc7420e93ae7c24d838931aba88d (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/querydesign/SelectionBrowseBox.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index b61c9750b1a2..780e3dc02ee8 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -30,6 +30,7 @@
#include <comphelper/string.hxx>
#include <comphelper/types.hxx>
#include "TableFieldInfo.hxx"
+#include <core_resource.hxx>
#include <strings.hrc>
#include <strings.hxx>
#include <helpids.h>