diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-18 12:20:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-19 09:53:31 +0100 |
commit | b17741499383424a1d9ea4c2eb22906a3a6565aa (patch) | |
tree | a2f4d2474f554e7518239c8abbd4ff1e0de3f22d /sc | |
parent | a1fcbda2f88ed6a44d491f3ed1ecc248f3de53c7 (diff) |
drop some unneeded includes
Change-Id: Ia7cd7968346ce724ef763ce9578190ae12bdc5b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88932
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/navipi/content.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx index a64e772ac138..0e073beb92bc 100644 --- a/sc/source/ui/navipi/content.cxx +++ b/sc/source/ui/navipi/content.cxx @@ -27,7 +27,6 @@ #include <vcl/help.hxx> #include <vcl/svapp.hxx> #include <tools/urlobj.hxx> -#include <vcl/svlbitm.hxx> #include <vcl/treelistentry.hxx> #include <sal/log.hxx> #include <unotools/charclass.hxx> |