summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryTableView.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/QueryTableView.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/QueryTableView.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QueryTableView.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryTableView.cxx b/dbaccess/source/ui/querydesign/QueryTableView.cxx
index 87fefc9970a7..53c36fb0dac5 100644
--- a/dbaccess/source/ui/querydesign/QueryTableView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryTableView.cxx
@@ -46,6 +46,7 @@
#include "querydlg.hxx"
#include <JoinExchange.hxx>
#include <comphelper/extract.hxx>
+#include <core_resource.hxx>
#include <strings.hrc>
#include <strings.hxx>
#include <svtools/treelistentry.hxx>