summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/afmtuno.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-07-02 00:40:24 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-09 09:20:34 +0200
commitf6e72cf4f70ac4f7bc6ace7c0cdb5e2afa13199a (patch)
treef9bdff741e11595f56ace494d51461e33659e369 /sc/source/ui/unoobj/afmtuno.cxx
parent9a15a75dfa7ab8c5d51c411e0e39d68d22b7587a (diff)
tdf#42949 Fix IWYU warnings in sc/inc
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. New IWYU and recent developments in f-u-i helped to identify some non self contained files, those were fixed too. Change-Id: I3b33b0dee7d7c9afc136510898039cab53990ddf Reviewed-on: https://gerrit.libreoffice.org/74980 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/unoobj/afmtuno.cxx')
-rw-r--r--sc/source/ui/unoobj/afmtuno.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/ui/unoobj/afmtuno.cxx b/sc/source/ui/unoobj/afmtuno.cxx
index 531a94d24f89..013a5b2c3cbc 100644
--- a/sc/source/ui/unoobj/afmtuno.cxx
+++ b/sc/source/ui/unoobj/afmtuno.cxx
@@ -20,9 +20,13 @@
#include <scitems.hxx>
#include <editeng/memberids.h>
#include <osl/diagnose.h>
+#include <svl/intitem.hxx>
#include <svl/poolitem.hxx>
#include <svl/eitem.hxx>
#include <vcl/svapp.hxx>
+#include <svx/algitem.hxx>
+#include <editeng/boxitem.hxx>
+#include <editeng/justifyitem.hxx>
#include <svx/unomid.hxx>
#include <unowids.hxx>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>