diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-07 22:38:05 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-08 14:48:05 +0200 |
commit | fba6889f2590185a15646d5b36a49159407a6aaf (patch) | |
tree | e74a593f06a03c47e7265a8058cf495e88c0fd5b /sc/inc/column.hxx | |
parent | af22967160ca02cc65a301b55beb55b1103ecc4a (diff) |
tdf#42949 Fix IWYU warnings in sc/inc/[bc]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie63df2185e0586d1fc7db4ed2825a7aa8d8dde73
Reviewed-on: https://gerrit.libreoffice.org/53950
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 9a10e90a9c61..3f7493ea5fbd 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -20,10 +20,8 @@ #ifndef INCLUDED_SC_INC_COLUMN_HXX #define INCLUDED_SC_INC_COLUMN_HXX -#include "markarr.hxx" #include "global.hxx" #include "address.hxx" -#include "rangenam.hxx" #include "rangelst.hxx" #include "types.hxx" #include "mtvelements.hxx" @@ -35,7 +33,6 @@ #include <set> #include <vector> -#include <boost/intrusive_ptr.hpp> #include <mdds/flat_segment_tree.hpp> namespace editeng { class SvxBorderLine; } @@ -82,9 +79,6 @@ class SfxStyleSheetBase; class SvxBoxInfoItem; class SvxBoxItem; -class ScAttrIterator; -class ScAttrArray; -struct ScAttrEntry; class ScDocument; class ScEditDataArray; class ScFormulaCell; @@ -95,16 +89,11 @@ class SvtBroadcaster; class ScTypedStrData; class ScProgress; struct ScFunctionData; -struct ScLineFlags; -struct ScMergePatternState; class ScFlatBoolRowSegments; struct ScSetStringParam; struct ScColWidthParam; -class ScColumnTextWidthIterator; -struct ScFormulaCellGroup; struct ScRefCellValue; struct ScCellValue; -class ScDocumentImport; class ScHint; enum class ScMF; struct ScFilterEntries; |