diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-05-26 21:07:23 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-05-27 09:06:33 +0200 |
commit | 6d0eba11f7b859303759af97c6fbc417fd2c5a9f (patch) | |
tree | 6312f1a239648145d196ee0561a1ae983e425036 /sw/qa/uibase | |
parent | 0a7341c26741f16835c9062c309e7d3a7fca8209 (diff) |
Remove some unused includes
Change-Id: Id5a31185faf2a3a13b6ea266e058a7df41d44423
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94890
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/qa/uibase')
-rw-r--r-- | sw/qa/uibase/dochdl/dochdl.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sw/qa/uibase/dochdl/dochdl.cxx b/sw/qa/uibase/dochdl/dochdl.cxx index 07e50a78df36..26f8fe502e50 100644 --- a/sw/qa/uibase/dochdl/dochdl.cxx +++ b/sw/qa/uibase/dochdl/dochdl.cxx @@ -9,23 +9,9 @@ #include <swmodeltestbase.hxx> -#include <sfx2/dispatch.hxx> -#include <sfx2/viewfrm.hxx> -#include <vcl/GraphicObject.hxx> -#include <svx/svdpage.hxx> -#include <editeng/eeitem.hxx> -#include <editeng/adjustitem.hxx> -#include <editeng/outlobj.hxx> -#include <editeng/editobj.hxx> #include <vcl/transfer.hxx> -#include <IDocumentContentOperations.hxx> -#include <cmdid.h> -#include <fmtanchr.hxx> -#include <view.hxx> #include <wrtsh.hxx> -#include <IDocumentDrawModelAccess.hxx> -#include <drawdoc.hxx> #include <swdtflvr.hxx> /// Covers sw/source/uibase/dochdl/ fixes. |