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 /sw/source/uibase/inc/swuiidxmrk.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 'sw/source/uibase/inc/swuiidxmrk.hxx')
-rw-r--r-- | sw/source/uibase/inc/swuiidxmrk.hxx | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx index 5d64b9d670c1..a44fbeed8722 100644 --- a/sw/source/uibase/inc/swuiidxmrk.hxx +++ b/sw/source/uibase/inc/swuiidxmrk.hxx @@ -20,21 +20,12 @@ #define INCLUDED_SW_SOURCE_UIBASE_INC_SWUIIDXMRK_HXX #include <com/sun/star/container/XNameAccess.hpp> +#include <com/sun/star/i18n/XExtendedIndexEntrySupplier.hpp> #include <sfx2/basedlgs.hxx> - +#include <sfx2/childwin.hxx> #include <svx/stddlg.hxx> - -#include <vcl/button.hxx> -#include <vcl/combobox.hxx> -#include <vcl/field.hxx> -#include <vcl/fixed.hxx> -#include <vcl/layout.hxx> -#include <vcl/lstbox.hxx> #include <vcl/weld.hxx> - -#include <sfx2/childwin.hxx> #include <toxe.hxx> -#include <com/sun/star/i18n/XExtendedIndexEntrySupplier.hpp> #include <memory> class SwWrtShell; |