From 875c5905c71635c8e75d0756cc86d953523726e2 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 21 Sep 2016 22:30:35 +0900 Subject: sw: Clean up forward declarations Change-Id: I02eb887101f2ebe9eb5abe8e2291f8cf5d79d2ce Reviewed-on: https://gerrit.libreoffice.org/29141 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- sw/source/core/inc/flyfrm.hxx | 1 + sw/source/core/inc/frame.hxx | 4 ---- sw/source/core/inc/frmtool.hxx | 2 -- 3 files changed, 1 insertion(+), 6 deletions(-) (limited to 'sw/source/core') diff --git a/sw/source/core/inc/flyfrm.hxx b/sw/source/core/inc/flyfrm.hxx index 7c610cfc490c..d207bb0f6f43 100644 --- a/sw/source/core/inc/flyfrm.hxx +++ b/sw/source/core/inc/flyfrm.hxx @@ -34,6 +34,7 @@ class SwAttrSetChg; namespace tools { class PolyPolygon; } class SwFlyDrawContact; class SwFormat; +class SwViewShell; #include diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx index ae4242fd8a2a..fe43d483b6a4 100644 --- a/sw/source/core/inc/frame.hxx +++ b/sw/source/core/inc/frame.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_SW_SOURCE_CORE_INC_FRAME_HXX #define INCLUDED_SW_SOURCE_CORE_INC_FRAME_HXX -#include #include #include #include @@ -46,13 +45,10 @@ class SwFlowFrame; class SwContentFrame; class SfxPoolItem; class SwAttrSet; -class SwViewShell; class Color; class SwBorderAttrs; class SwCache; class SvxBrushItem; -class XFillStyleItem; -class XFillGradientItem; class SwSelectionList; struct SwPosition; struct SwCursorMoveState; diff --git a/sw/source/core/inc/frmtool.hxx b/sw/source/core/inc/frmtool.hxx index 9e8232e4ce2c..6885a6b9bbd3 100644 --- a/sw/source/core/inc/frmtool.hxx +++ b/sw/source/core/inc/frmtool.hxx @@ -36,8 +36,6 @@ class SwDoc; class SwAttrSet; class SdrObject; class SvxBrushItem; -class XFillStyleItem; -class XFillGradientItem; class SdrMarkList; class SwNodeIndex; class OutputDevice; -- cgit v1.2.3