diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-08 09:02:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-08 12:01:02 +0200 |
commit | a1e94574f7d1b02645febb60cd870761642cd0e9 (patch) | |
tree | d93a677159c175a64d68620c6978459abd0844d2 /sfx2 | |
parent | 852d15792d672f2437df6364247a4870883b1d10 (diff) |
drop some unneeded include
Change-Id: Ibae554766d1de6e7e443df0fda4987c7f378fb45
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113789
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/sidebar/Deck.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/Deck.cxx b/sfx2/source/sidebar/Deck.cxx index 4ea279689e8e..20acb6973881 100644 --- a/sfx2/source/sidebar/Deck.cxx +++ b/sfx2/source/sidebar/Deck.cxx @@ -30,7 +30,6 @@ #include <vcl/event.hxx> #include <comphelper/lok.hxx> -#include <vcl/scrbar.hxx> #include <vcl/commandevent.hxx> #include <vcl/IDialogRenderable.hxx> #include <toolkit/helper/vclunohelper.hxx> |