diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-08-25 14:00:27 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-11 12:25:52 +0200 |
commit | 06f99cd5520fa431ffb74ca5dd4691e892715657 (patch) | |
tree | 13e6cf1ec04aa885fc9d6cddb7952bb45d57764b /sc/qa/extras/sctablevalidationobj.cxx | |
parent | 39b8846276e82a50625a08dfddec34de67ca71c8 (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/sctablevalidationobj.cxx')
-rw-r--r-- | sc/qa/extras/sctablevalidationobj.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/qa/extras/sctablevalidationobj.cxx b/sc/qa/extras/sctablevalidationobj.cxx index 6eb5e58d2987..852738c227cf 100644 --- a/sc/qa/extras/sctablevalidationobj.cxx +++ b/sc/qa/extras/sctablevalidationobj.cxx @@ -19,12 +19,10 @@ #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/sheet/XSheetCondition.hpp> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> -#include <com/sun/star/sheet/XSpreadsheets.hpp> #include <com/sun/star/sheet/XSpreadsheet.hpp> #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/uno/Sequence.hxx> using namespace css; using namespace css::uno; |