[Libreoffice-commits] core.git: fpicker/source
Gabor Kelemen
kelemeng at ubuntu.com
Thu Apr 12 08:57:36 UTC 2018
fpicker/source/office/PlacesListBox.cxx | 1 -
fpicker/source/office/RemoteFilesDialog.cxx | 2 ++
fpicker/source/office/RemoteFilesDialog.hxx | 2 --
fpicker/source/office/iodlgimp.cxx | 1 -
4 files changed, 2 insertions(+), 4 deletions(-)
New commits:
commit 84e2614a75a615d6c8584b13a69b3368d2a12a3d
Author: Gabor Kelemen <kelemeng at ubuntu.com>
Date: Tue Apr 3 01:21:30 2018 +0200
tdf#42949 Remove unnecessary localization headers from fpicker
Found by searching for the header names and the localization function:
git grep -l -e \<fpsofficeResMgr.hxx\> -e \<strings.hrc\> fpicker/ | xargs grep -c FpsResId | grep :0$ | grep -v /pch
Change-Id: I77361692343a731ca344744ae2ab440caf1d66e9
Reviewed-on: https://gerrit.libreoffice.org/52596
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
diff --git a/fpicker/source/office/PlacesListBox.cxx b/fpicker/source/office/PlacesListBox.cxx
index 3d6741d1bd6e..1bcd4fc2a198 100644
--- a/fpicker/source/office/PlacesListBox.cxx
+++ b/fpicker/source/office/PlacesListBox.cxx
@@ -7,7 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include <strings.hrc>
#include "PlacesListBox.hxx"
#include <svtools/PlaceEditDialog.hxx>
diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx
index 9c3e0902f707..7753af6924d9 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -8,6 +8,8 @@
*/
#include "RemoteFilesDialog.hxx"
+#include <fpsofficeResMgr.hxx>
+#include <strings.hrc>
#include <comphelper/stillreadwriteinteraction.hxx>
#include <bitmaps.hlst>
diff --git a/fpicker/source/office/RemoteFilesDialog.hxx b/fpicker/source/office/RemoteFilesDialog.hxx
index b10c4a60f82f..33445bf41a3b 100644
--- a/fpicker/source/office/RemoteFilesDialog.hxx
+++ b/fpicker/source/office/RemoteFilesDialog.hxx
@@ -40,9 +40,7 @@
#include <vector>
#include "fpdialogbase.hxx"
-#include <fpsofficeResMgr.hxx>
#include "QueryFolderName.hxx"
-#include <strings.hrc>
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::task;
diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx
index eedbde38aac0..17dfed2f3aa8 100644
--- a/fpicker/source/office/iodlgimp.cxx
+++ b/fpicker/source/office/iodlgimp.cxx
@@ -30,7 +30,6 @@
#include <svtools/fileview.hxx>
#include <svtools/inettbc.hxx>
#include "iodlg.hxx"
-#include <strings.hrc>
#include <bitmaps.hlst>
#include <svtools/imagemgr.hxx>
#include <unotools/localfilehelper.hxx>
More information about the Libreoffice-commits
mailing list