diff options
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/PlacesListBox.cxx | 2 | ||||
-rw-r--r-- | fpicker/source/office/PlacesListBox.hxx | 2 | ||||
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 2 | ||||
-rw-r--r-- | fpicker/source/office/iodlgimp.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/office/PlacesListBox.cxx b/fpicker/source/office/PlacesListBox.cxx index dba49d230817..50bcb583dca8 100644 --- a/fpicker/source/office/PlacesListBox.cxx +++ b/fpicker/source/office/PlacesListBox.cxx @@ -10,7 +10,7 @@ #include "PlacesListBox.hxx" #include <svtools/PlaceEditDialog.hxx> -#include <svtools/headbar.hxx> +#include <vcl/headbar.hxx> #include <bitmaps.hlst> #define COLUMN_NAME 1 diff --git a/fpicker/source/office/PlacesListBox.hxx b/fpicker/source/office/PlacesListBox.hxx index 605f344924cf..ced1c86bcbdc 100644 --- a/fpicker/source/office/PlacesListBox.hxx +++ b/fpicker/source/office/PlacesListBox.hxx @@ -12,7 +12,7 @@ #include "iodlg.hxx" #include <svtools/place.hxx> -#include <svtools/svtabbx.hxx> +#include <vcl/svtabbx.hxx> #include <memory> #include <vector> diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index 352425653604..3977368924f3 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -39,7 +39,7 @@ #include <unotools/viewoptions.hxx> #include <svtools/fileview.hxx> #include <svtools/sfxecode.hxx> -#include <svtools/svtabbx.hxx> +#include <vcl/svtabbx.hxx> #include <vcl/treelistentry.hxx> #include <fpicker/strings.hrc> diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx index 171bc3dd3ed5..2efcf4133195 100644 --- a/fpicker/source/office/iodlgimp.cxx +++ b/fpicker/source/office/iodlgimp.cxx @@ -18,7 +18,7 @@ */ #include "iodlgimp.hxx" -#include <svtools/headbar.hxx> +#include <vcl/headbar.hxx> #include <tools/debug.hxx> #include <unotools/resmgr.hxx> #include <tools/urlobj.hxx> |