summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-04-19 01:05:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-20 09:00:44 +0200
commit663fd3d6e1f93ec989dc289e688d5dbfe434cbca (patch)
treebdcdae8456be4bc375ea903a856d8c8fd477362e /fpicker
parent73584b2342b4e527b5329b4bf779171c4fc2d4ce (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 'fpicker')
-rw-r--r--fpicker/source/office/PlacesListBox.cxx1
-rw-r--r--fpicker/source/office/iodlg.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/fpicker/source/office/PlacesListBox.cxx b/fpicker/source/office/PlacesListBox.cxx
index 1bcd4fc2a198..aa5bc591f303 100644
--- a/fpicker/source/office/PlacesListBox.cxx
+++ b/fpicker/source/office/PlacesListBox.cxx
@@ -11,7 +11,6 @@
#include <svtools/PlaceEditDialog.hxx>
#include <svtools/headbar.hxx>
-#include <svtools/svtresid.hxx>
#include <bitmaps.hlst>
#define COLUMN_NAME 1
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index e4e840b0fbd8..ca7cc591db3f 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -43,7 +43,6 @@
#include <fpicker/strings.hrc>
#include <svtools/helpids.h>
-#include <svtools/strings.hrc>
#include <strings.hrc>
#include <bitmaps.hlst>
#include "asyncfilepicker.hxx"