Kaydet (Commit) 84e2614a authored tarafından Gabor Kelemen's avatar Gabor Kelemen Kaydeden (comit) Miklos Vajna

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/52596Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst 6672151f
......@@ -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>
......
......@@ -8,6 +8,8 @@
*/
#include "RemoteFilesDialog.hxx"
#include <fpsofficeResMgr.hxx>
#include <strings.hrc>
#include <comphelper/stillreadwriteinteraction.hxx>
#include <bitmaps.hlst>
......
......@@ -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;
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment