diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-02 10:20:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-02 14:50:02 +0200 |
commit | 32c2ecb607af3176a806969e26a8cad0364be286 (patch) | |
tree | 89f82e89a7452f9f56d0a37d4b86b9177de03260 /sfx2/source | |
parent | a9f3cee384d9715d289a9a055f085c999b193d3c (diff) |
drop some unneeded includes
Change-Id: I78b9682968acea7564554fb589d2759b6c8e67d0
Reviewed-on: https://gerrit.libreoffice.org/70126
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/doc/new.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/inc/versdlg.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/doc/new.cxx b/sfx2/source/doc/new.cxx index 2b0c9b566e5e..0c77b75d13c3 100644 --- a/sfx2/source/doc/new.cxx +++ b/sfx2/source/doc/new.cxx @@ -23,7 +23,6 @@ #include <vcl/layout.hxx> #include <vcl/idle.hxx> #include <vcl/gdimtf.hxx> -#include <svtools/svmedit.hxx> #include <svl/itemset.hxx> #include <svl/eitem.hxx> #include <svtools/sfxecode.hxx> diff --git a/sfx2/source/inc/versdlg.hxx b/sfx2/source/inc/versdlg.hxx index 123a744f897b..8f9377881e91 100644 --- a/sfx2/source/inc/versdlg.hxx +++ b/sfx2/source/inc/versdlg.hxx @@ -21,8 +21,6 @@ #define INCLUDED_SFX2_SOURCE_INC_VERSDLG_HXX #include <sfx2/basedlgs.hxx> -#include <svtools/simptabl.hxx> -#include <svtools/svmedit.hxx> #include <vcl/weld.hxx> class SfxViewFrame; |