diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-07 23:10:31 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-23 14:16:09 +0200 |
commit | bfe225b7003d119ff214cbaa771289de105c48d5 (patch) | |
tree | 0412c918690b83c072d7e1c6991eb326d0e73e97 /test/source/sheet | |
parent | c4bce5dafdfcb97586fab4bc3834daa6a27fec4c (diff) |
tdf#42949 Fix IWYU warnings in include/test
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: I527f7c2cf2660a758b13eabb4c444ff79ae35f8c
Reviewed-on: https://gerrit.libreoffice.org/75186
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'test/source/sheet')
-rw-r--r-- | test/source/sheet/xsheetoutline.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/source/sheet/xsheetoutline.cxx b/test/source/sheet/xsheetoutline.cxx index 323560b3a8ac..5467995a8721 100644 --- a/test/source/sheet/xsheetoutline.cxx +++ b/test/source/sheet/xsheetoutline.cxx @@ -17,6 +17,7 @@ #include <com/sun/star/table/TableOrientation.hpp> #include <com/sun/star/sheet/XSheetCellRanges.hpp> +#include <com/sun/star/sheet/XSheetOutline.hpp> #include <com/sun/star/sheet/XCellRangesQuery.hpp> #include <cppunit/extensions/HelperMacros.h> |