diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-03-18 00:34:00 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-03-21 09:10:18 +0100 |
commit | 7c7a4675ad5d61add70dd073f680ea37012962ce (patch) | |
tree | dc7847b6ce7030fbea39dd54196542cf74ddf25a /sc/source/ui/undo/undocell.cxx | |
parent | ba83043d679b11740323708e0c9da8b1e4cae488 (diff) |
tdf#42949 Fix IWYU warnings in sc/source/ui/pagedlg...undo
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Icb5f0235339364e6dc09936e26f256765a60830a
Reviewed-on: https://gerrit.libreoffice.org/69378
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/undo/undocell.cxx')
-rw-r--r-- | sc/source/ui/undo/undocell.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/source/ui/undo/undocell.cxx b/sc/source/ui/undo/undocell.cxx index a343081d64be..2e41dbb40dc1 100644 --- a/sc/source/ui/undo/undocell.cxx +++ b/sc/source/ui/undo/undocell.cxx @@ -20,14 +20,9 @@ #include <undocell.hxx> #include <scitems.hxx> -#include <editeng/eeitem.hxx> #include <editeng/editobj.hxx> -#include <editeng/justifyitem.hxx> -#include <svl/zforlist.hxx> -#include <svl/sharedstringpool.hxx> #include <sfx2/app.hxx> -#include <attrib.hxx> #include <document.hxx> #include <docpool.hxx> #include <patattr.hxx> @@ -44,8 +39,6 @@ #include <printfun.hxx> #include <rangenam.hxx> #include <chgtrack.hxx> -#include <sc.hrc> -#include <docuno.hxx> #include <stringutil.hxx> using std::shared_ptr; |