diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-08 23:35:22 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-20 10:42:40 +0100 |
commit | a87a062fd4fac61fde6aa7f6b4277cc77438d119 (patch) | |
tree | c8475c940f0a83b60a6127fbe25d85e56ba4a41c /sc/qa/perf | |
parent | 228fed36aba7d6a9d02911bcf602218682442a56 (diff) |
tdf#42949 Fix IWYU warnings in sc/qa/{perf,unit}/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I031faa67192f21d20938c8cc8056db138326a1ca
Reviewed-on: https://gerrit.libreoffice.org/63143
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/qa/perf')
-rw-r--r-- | sc/qa/perf/scperfobj.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/qa/perf/scperfobj.cxx b/sc/qa/perf/scperfobj.cxx index 628fc1233669..4c63d3d1c6aa 100644 --- a/sc/qa/perf/scperfobj.cxx +++ b/sc/qa/perf/scperfobj.cxx @@ -27,16 +27,11 @@ #include <com/sun/star/sheet/XCalculatable.hpp> #include <com/sun/star/table/XCellRange.hpp> #include <com/sun/star/sheet/XCellRangeFormula.hpp> -#include <com/sun/star/sheet/XCellRangeAddressable.hpp> -#include <com/sun/star/sheet/XCellRangeReferrer.hpp> #include <com/sun/star/sheet/XNamedRanges.hpp> -#include <com/sun/star/sheet/XNamedRange.hpp> #include <com/sun/star/table/XCell.hpp> -#include <com/sun/star/text/XTextRange.hpp> #include <com/sun/star/table/CellAddress.hpp> #include <com/sun/star/table/CellRangeAddress.hpp> #include <com/sun/star/sheet/Border.hpp> -#include <com/sun/star/sheet/NamedRangeFlag.hpp> #include <com/sun/star/sheet/XSubTotalCalculatable.hpp> #include <com/sun/star/sheet/SubTotalColumn.hpp> #include <com/sun/star/sheet/GeneralFunction.hpp> |