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/inc/scitems.hxx | |
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/inc/scitems.hxx')
-rw-r--r-- | sc/inc/scitems.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/scitems.hxx b/sc/inc/scitems.hxx index d2e982d82083..159e6e013706 100644 --- a/sc/inc/scitems.hxx +++ b/sc/inc/scitems.hxx @@ -49,6 +49,7 @@ class SvxHorJustifyItem; class SvxVerJustifyItem; class SvxBrushItem; class SvxBoxItem; +class ScCondFormatItem; // EditEngine is not allowed to define its own ITEMID's #define INCLUDED_EDITENG_EEITEMID_HXX |