diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-12 21:40:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-13 13:57:14 +0200 |
commit | 00ae441bc7265b203e0ae2b95f14f7312172540d (patch) | |
tree | 41f07dc607a0bd59f5a534eaaf401ab7bc202a8a /sc/source/ui/xmlsource/xmlsourcedlg.cxx | |
parent | 349919440b1454eda2de783a0c3e6bd3bae4542b (diff) |
drop some unneeded includes
Change-Id: I3c9a3b73c099b70bdbd6b16688e83ee01231a27e
Reviewed-on: https://gerrit.libreoffice.org/72204
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/xmlsource/xmlsourcedlg.cxx')
-rw-r--r-- | sc/source/ui/xmlsource/xmlsourcedlg.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx b/sc/source/ui/xmlsource/xmlsourcedlg.cxx index bda40fb0ea79..e24367342713 100644 --- a/sc/source/ui/xmlsource/xmlsourcedlg.cxx +++ b/sc/source/ui/xmlsource/xmlsourcedlg.cxx @@ -18,9 +18,6 @@ #include <unotools/pathoptions.hxx> #include <tools/urlobj.hxx> -#include <vcl/svlbitm.hxx> -#include <vcl/treelistentry.hxx> -#include <vcl/viewdataentry.hxx> #include <sfx2/filedlghelper.hxx> #include <sfx2/objsh.hxx> #include <comphelper/processfactory.hxx> |