diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-19 20:49:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-20 13:08:20 +0100 |
commit | 4b785097f1c49ead50e6a2085befcd37c800207b (patch) | |
tree | 6b2d236f0c98cb0c14aa26cb22f55335284dc6d9 /fpicker/source/office | |
parent | f53157835775f976af5bedd9303c91c9d68b80c6 (diff) |
drop unnecessary includes
Change-Id: I1a817d5575bbd57ecaa874a27158b9218e4210cc
Reviewed-on: https://gerrit.libreoffice.org/51603
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'fpicker/source/office')
-rw-r--r-- | fpicker/source/office/PlacesListBox.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/commonpicker.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/iodlgimp.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/fpicker/source/office/PlacesListBox.cxx b/fpicker/source/office/PlacesListBox.cxx index 8a7156c1019b..9f233d059a01 100644 --- a/fpicker/source/office/PlacesListBox.cxx +++ b/fpicker/source/office/PlacesListBox.cxx @@ -11,7 +11,6 @@ #include "PlacesListBox.hxx" #include <svtools/PlaceEditDialog.hxx> -#include <vcl/msgbox.hxx> #include <svtools/headbar.hxx> #include <svtools/svtresid.hxx> #include <bitmaps.hlst> diff --git a/fpicker/source/office/commonpicker.cxx b/fpicker/source/office/commonpicker.cxx index fe1dab768923..74e6cc27441a 100644 --- a/fpicker/source/office/commonpicker.cxx +++ b/fpicker/source/office/commonpicker.cxx @@ -26,7 +26,6 @@ #include <toolkit/helper/vclunohelper.hxx> #include <comphelper/weakeventlistener.hxx> #include <comphelper/types.hxx> -#include <vcl/msgbox.hxx> #include "iodlg.hxx" diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx index 287658213b48..eedbde38aac0 100644 --- a/fpicker/source/office/iodlgimp.cxx +++ b/fpicker/source/office/iodlgimp.cxx @@ -23,7 +23,6 @@ #include <unotools/resmgr.hxx> #include <tools/urlobj.hxx> #include <vcl/menu.hxx> -#include <vcl/msgbox.hxx> #include <vcl/lstbox.hxx> #include <vcl/svapp.hxx> #include <svl/eitem.hxx> |