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

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

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here
and a bit of fallout management

Change-Id: I5dd272c6c5fa305113f4446ed49c130c6c007146
Reviewed-on: https://gerrit.libreoffice.org/55096Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst 951e7a43
...@@ -192,3 +192,9 @@ blacklist: ...@@ -192,3 +192,9 @@ blacklist:
- com/sun/star/container/XNameAccess.hpp - com/sun/star/container/XNameAccess.hpp
- com/sun/star/lang/XServiceInfo.hpp - com/sun/star/lang/XServiceInfo.hpp
- cppuhelper/supportsservice.hxx - cppuhelper/supportsservice.hxx
sc/inc/reftokenhelper.hxx:
# base class has to be a complete type
- refdata.hxx
sc/inc/rowheightcontext.hxx:
# base class has to be a complete type
- vcl/outdev.hxx
...@@ -20,11 +20,14 @@ ...@@ -20,11 +20,14 @@
#ifndef INCLUDED_SC_INC_RANGESEQ_HXX #ifndef INCLUDED_SC_INC_RANGESEQ_HXX
#define INCLUDED_SC_INC_RANGESEQ_HXX #define INCLUDED_SC_INC_RANGESEQ_HXX
#include <com/sun/star/uno/Any.h>
#include "types.hxx" #include "types.hxx"
#include <com/sun/star/uno/TypeClass.hpp>
namespace com { namespace sun { namespace star { namespace uno { class Any; } } } }
class SvNumberFormatter; class SvNumberFormatter;
class ScDocument; class ScDocument;
class ScMatrix;
class ScRange; class ScRange;
class ScRangeToSequence class ScRangeToSequence
......
...@@ -25,16 +25,13 @@ ...@@ -25,16 +25,13 @@
#include "dbdata.hxx" #include "dbdata.hxx"
#include "scdllapi.h" #include "scdllapi.h"
#include <com/sun/star/table/CellAddress.hpp> namespace com { namespace sun { namespace star { namespace table { struct CellAddress; } } } }
#include <com/sun/star/table/CellRangeAddress.hpp> namespace com { namespace sun { namespace star { namespace table { struct CellRangeAddress; } } } }
#include <com/sun/star/uno/Sequence.hxx> namespace com { namespace sun { namespace star { namespace uno { template <typename > class Sequence; } } } }
class ScArea; class ScArea;
class ScDocument; class ScDocument;
class ScRange;
class ScRangeName;
class ScRangeList; class ScRangeList;
class ScDBCollection;
enum RutlNameScope { RUTL_NONE=0, RUTL_NAMES, RUTL_DBASE }; enum RutlNameScope { RUTL_NONE=0, RUTL_NAMES, RUTL_DBASE };
......
...@@ -43,8 +43,6 @@ ...@@ -43,8 +43,6 @@
// btw: 10 following 09 is not a counting error but an intentional gap, // btw: 10 following 09 is not a counting error but an intentional gap,
// because it was not clear, how long the RelRefs development would take. :) // because it was not clear, how long the RelRefs development would take. :)
class SvStream;
// Header with size specification for multiple objects // Header with size specification for multiple objects
class ScMultipleReadHeader class ScMultipleReadHeader
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#ifndef INCLUDED_SC_INC_REFDATA_HXX #ifndef INCLUDED_SC_INC_REFDATA_HXX
#define INCLUDED_SC_INC_REFDATA_HXX #define INCLUDED_SC_INC_REFDATA_HXX
#include "global.hxx"
#include "address.hxx" #include "address.hxx"
#include "scdllapi.h" #include "scdllapi.h"
#include "calcmacros.hxx" #include "calcmacros.hxx"
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <sal/config.h> #include <sal/config.h>
#include "scdllapi.h" #include "scdllapi.h"
#include <memory>
class ScRefreshTimerControl; class ScRefreshTimerControl;
......
...@@ -20,13 +20,15 @@ ...@@ -20,13 +20,15 @@
#ifndef INCLUDED_SC_INC_REFTOKENHELPER_HXX #ifndef INCLUDED_SC_INC_REFTOKENHELPER_HXX
#define INCLUDED_SC_INC_REFTOKENHELPER_HXX #define INCLUDED_SC_INC_REFTOKENHELPER_HXX
#include "token.hxx" #include "address.hxx"
#include "types.hxx"
#include "scdllapi.h"
#include <vector> #include <vector>
class ScDocument; class ScDocument;
class ScRange;
class ScRangeList; class ScRangeList;
struct ScComplexRefData;
namespace ScRefTokenHelper namespace ScRefTokenHelper
{ {
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
#include <vcl/vclptr.hxx> #include <vcl/vclptr.hxx>
#include <vcl/outdev.hxx> #include <vcl/outdev.hxx>
#include <vector>
#include "segmenttree.hxx" #include "segmenttree.hxx"
namespace sc { namespace sc {
......
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