Kaydet (Commit) a03a63ed authored tarafından Gabor Kelemen's avatar Gabor Kelemen Kaydeden (comit) Miklos Vajna

tdf#42949 Fix IWYU warnings in sc/inc/m*

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I43882919048c23e9b8d305f8cbba8f120207bb93
Reviewed-on: https://gerrit.libreoffice.org/54824Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst b7ae863e
......@@ -181,3 +181,14 @@ blacklist:
# base class has to be a complete type
- com/sun/star/uno/Reference.hxx
- tools/ref.hxx
sc/inc/macromgr.hxx:
# base class has to be a complete type
- com/sun/star/container/XContainerListener.hpp
sc/inc/miscuno.hxx:
# base class has to be a complete type
- com/sun/star/beans/XPropertySet.hpp
- com/sun/star/container/XEnumeration.hpp
- com/sun/star/container/XIndexAccess.hpp
- com/sun/star/container/XNameAccess.hpp
- com/sun/star/lang/XServiceInfo.hpp
- cppuhelper/supportsservice.hxx
......@@ -17,7 +17,6 @@
#include <memory>
#include <unordered_map>
#include <unordered_set>
class ScDocument;
class ScFormulaCell;
......
......@@ -36,7 +36,6 @@ struct ColRowSpan;
}
class ScMarkArray;
class ScRangeList;
//! todo:
//! It should be possible to have MarkArrays for each table, in order to
......
......@@ -20,7 +20,6 @@
#ifndef INCLUDED_SC_INC_MARKMULTI_HXX
#define INCLUDED_SC_INC_MARKMULTI_HXX
#include "address.hxx"
#include "segmenttree.hxx"
#include "markarr.hxx"
......
......@@ -24,7 +24,6 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
......
......@@ -13,8 +13,6 @@
#include "mtvelements.hxx"
#include "mtvfunctions.hxx"
#include <functional>
class ScFormulaCell;
namespace sc {
......
......@@ -10,7 +10,6 @@
#ifndef INCLUDED_SC_INC_MTVELEMENTS_HXX
#define INCLUDED_SC_INC_MTVELEMENTS_HXX
#include "address.hxx"
#include "formulacell.hxx"
#include <svl/broadcast.hxx>
#include <svl/sharedstring.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment