diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-04 13:23:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-05 16:06:59 +0200 |
commit | 76c5f33e65e9a36c94c46f1ed0b6d33721d21cfb (patch) | |
tree | 35efc002c6f8e300b6fb7b408f5727cf999361a8 /fpicker/source/office/iodlg.cxx | |
parent | 108d1b7c62bba7220f0e61bba8bb04ccc545bc63 (diff) |
move file picker only code to fpicker
Change-Id: I47cc2cb7db396a06a2abeffe4a5d40a039f21c58
Reviewed-on: https://gerrit.libreoffice.org/80222
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'fpicker/source/office/iodlg.cxx')
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index abd187f13a24..ed097017dc5e 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -21,6 +21,7 @@ #include <sal/macros.h> #include <sal/log.hxx> +#include "fileview.hxx" #include "iodlg.hxx" #include <svtools/PlaceEditDialog.hxx> #include "PlacesListBox.hxx" @@ -37,7 +38,6 @@ #include <svl/urihelper.hxx> #include <unotools/pathoptions.hxx> #include <unotools/viewoptions.hxx> -#include <svtools/fileview.hxx> #include <svtools/sfxecode.hxx> #include <vcl/svtabbx.hxx> #include <vcl/treelistentry.hxx> |