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 /cui/source/inc/macroass.hxx | |
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 'cui/source/inc/macroass.hxx')
-rw-r--r-- | cui/source/inc/macroass.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cui/source/inc/macroass.hxx b/cui/source/inc/macroass.hxx index 7f233847fee7..68221259ba23 100644 --- a/cui/source/inc/macroass.hxx +++ b/cui/source/inc/macroass.hxx @@ -24,13 +24,11 @@ #include <sfx2/basedlgs.hxx> #include <sfx2/tabdlg.hxx> #include <svl/macitem.hxx> -#include <vcl/lstbox.hxx> +#include <vcl/weld.hxx> #include <com/sun/star/frame/XFrame.hpp> #include <memory> class SfxMacroTabPage_; -class SvTabListBox; -class SvTreeListBox; class SfxMacroTabPage_Impl; class SfxMacroTabPage final : public SfxTabPage |