Kaydet (Commit) 798a9899 authored tarafından Miklos Vajna's avatar Miklos Vajna

Fix some IWYU warnings

Change-Id: I49b5e3a9e8b91baace9f3b3d4f0ac9d8531d5abe
Reviewed-on: https://gerrit.libreoffice.org/49782Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst a460cf68
......@@ -29,8 +29,6 @@
#include "shellid.hxx"
#include <svl/lstner.hxx>
#include <svtools/embedhlp.hxx>
#include <LibreOfficeKit/LibreOfficeKitTypes.h>
#include <sfx2/StyleManager.hxx>
......@@ -55,6 +53,10 @@ class IDocumentSettingAccess;
class IDocumentChartDataProviderAccess;
class SwDocShell;
class SwDrawModel;
namespace svt
{
class EmbeddedObjectRef;
}
// initialize DrawModel (in form of a SwDrawModel) and DocShell (in form of a SwDocShell)
// as needed, one or both parameters may be zero
......
......@@ -25,13 +25,13 @@
#include <svl/macitem.hxx>
#include "fldbas.hxx"
#include "numrule.hxx"
class SetGetExpFields;
class SwTextField;
class SwFrame;
class OutlinerParaObject;
class SwTextAPIObject;
class SwCharFormat;
enum SwAuthorFormat
{
......
......@@ -21,27 +21,16 @@
#include "crsrsh.hxx"
#include "IMark.hxx"
#include "charfmt.hxx"
#include "fldupde.hxx"
#include "frmfmt.hxx"
#include "itabenum.hxx"
#include "swdbdata.hxx"
#include "swdllapi.h"
#include "swundo.hxx"
#include "tblenum.hxx"
#include "tox.hxx"
#include <svtools/embedhlp.hxx>
#include <editeng/swafopt.hxx>
#include <svx/ClassificationField.hxx>
#include <vcl/font.hxx>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/linguistic2/ProofreadingResult.hpp>
#include <com/sun/star/linguistic2/XSpellAlternatives.hpp>
#include <com/sun/star/text/HoriOrientation.hpp>
#include <memory>
#include <vector>
......@@ -102,6 +91,9 @@ class SwAuthEntry;
class SwRewriter;
class SwView;
struct SwConversionArgs;
struct SvxSwAutoFormatFlags;
struct SwInsertTableOptions;
struct SwDBData;
enum class SvtScriptType;
enum class SfxClassificationPolicyType;
enum class RedlineFlags;
......@@ -114,6 +106,7 @@ namespace com { namespace sun { namespace star { namespace uno {
namespace svx{
struct SpellPortion;
typedef std::vector<SpellPortion> SpellPortions;
class ClassificationResult;
}
namespace sfx2{
......
......@@ -20,7 +20,6 @@
#define INCLUDED_SW_INC_FESH_HXX
#include <com/sun/star/text/RelOrientation.hpp>
#include <com/sun/star/embed/XClassifiedObject.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <svx/svdobj.hxx>
......@@ -31,7 +30,6 @@
#include <svx/svdtypes.hxx>
#include <sot/formats.hxx>
#include <rtl/ustring.hxx>
#include <svtools/embedhlp.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <vector>
......
......@@ -21,12 +21,11 @@
#define INCLUDED_SW_SOURCE_CORE_INC_FINALTHREADMANAGER_HXX
#include <sal/config.h>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/util/XJobManager.hpp>
#include <com/sun/star/frame/XTerminateListener2.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <osl/mutex.hxx>
#include <list>
......
......@@ -27,7 +27,6 @@
#include <cppuhelper/weakref.hxx>
#include <editeng/svxenum.hxx>
#include <vector>
#include "toxe.hxx"
class SwDoc;
class SvNumberFormatter;
......
......@@ -19,7 +19,7 @@
#ifndef INCLUDED_SW_INC_FLDDROPDOWN_HXX
#define INCLUDED_SW_INC_FLDDROPDOWN_HXX
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/Sequence.h>
#include "swdllapi.h"
#include "fldbas.hxx"
......
......@@ -65,6 +65,7 @@
#include <strings.hrc>
#include <comcore.hxx>
#include <numrule.hxx>
#include <itabenum.hxx>
#include <memory>
......
......@@ -48,6 +48,7 @@
#include <swddetbl.hxx>
#include <mdiexp.hxx>
#include <unochart.hxx>
#include <itabenum.hxx>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
......
......@@ -110,6 +110,7 @@
#include <swtable.hxx>
#include <docsh.hxx>
#include <fesh.hxx>
#include <itabenum.hxx>
using namespace ::com::sun::star;
using ::editeng::SvxBorderLine;
......
......@@ -124,6 +124,7 @@
#include <swserv.hxx>
#include <calbck.hxx>
#include <fmtmeta.hxx>
#include <itabenum.hxx>
#include <vcl/GraphicNativeTransform.hxx>
#include <vcl/GraphicNativeMetadata.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