summaryrefslogtreecommitdiff
path: root/sc/qa/extras/sccellrangeobj.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-08-25 14:00:27 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-09-11 12:25:52 +0200
commit06f99cd5520fa431ffb74ca5dd4691e892715657 (patch)
tree13e6cf1ec04aa885fc9d6cddb7952bb45d57764b /sc/qa/extras/sccellrangeobj.cxx
parent39b8846276e82a50625a08dfddec34de67ca71c8 (diff)
tdf#42949 Fix IWYU warnings in sc/qa/extras/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ic6f0627ac49a43e6bbfae8e07fbf110abfaba9ee Reviewed-on: https://gerrit.libreoffice.org/78080 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/qa/extras/sccellrangeobj.cxx')
-rw-r--r--sc/qa/extras/sccellrangeobj.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/qa/extras/sccellrangeobj.cxx b/sc/qa/extras/sccellrangeobj.cxx
index d62bbb938c3c..1c0513a9a836 100644
--- a/sc/qa/extras/sccellrangeobj.cxx
+++ b/sc/qa/extras/sccellrangeobj.cxx
@@ -33,16 +33,9 @@
#include <test/util/xsearchable.hxx>
#include <comphelper/propertysequence.hxx>
-#include <com/sun/star/beans/XPropertySet.hpp>
-#include <com/sun/star/sheet/FilterOperator.hpp>
-#include <com/sun/star/sheet/TableFilterField.hpp>
-#include <com/sun/star/sheet/XSheetFilterDescriptor.hpp>
-#include <com/sun/star/sheet/XSheetFilterable.hpp>
#include <com/sun/star/sheet/XSpreadsheet.hpp>
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
#include <com/sun/star/table/XCellRange.hpp>
-#include <com/sun/star/table/XColumnRowRange.hpp>
-#include <com/sun/star/table/XTableRows.hpp>
#include <com/sun/star/util/SortField.hpp>
#include <com/sun/star/util/XSortable.hpp>