diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-28 09:48:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-28 15:29:12 +0100 |
commit | 44754323eb546c45c56803a1af14652fde25b5d7 (patch) | |
tree | 91ca28baa95ea096ffd6427f1a23e1f01372daca /fpicker | |
parent | 3288d88e0c0842a44aa959e41cc665b9cf3804b9 (diff) |
drop some unnecessary includes
Change-Id: I474b5762e6a07982fddc0315a67181399ea4c30e
Reviewed-on: https://gerrit.libreoffice.org/64156
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/iodlgimp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx index 2efcf4133195..a19f55c9319f 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/lstbox.hxx> #include <vcl/svapp.hxx> #include <svl/eitem.hxx> #include <unotools/viewoptions.hxx> |