[Libreoffice-commits] core.git: sw/inc sw/source

Takeshi Abe tabe at fixedpoint.jp
Thu Sep 22 12:51:10 UTC 2016


 sw/inc/swatrset.hxx            |    2 --
 sw/inc/viewsh.hxx              |    1 -
 sw/source/core/inc/flyfrm.hxx  |    1 +
 sw/source/core/inc/frame.hxx   |    4 ----
 sw/source/core/inc/frmtool.hxx |    2 --
 5 files changed, 1 insertion(+), 9 deletions(-)

New commits:
commit 875c5905c71635c8e75d0756cc86d953523726e2
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Wed Sep 21 22:30:35 2016 +0900

    sw: Clean up forward declarations
    
    Change-Id: I02eb887101f2ebe9eb5abe8e2291f8cf5d79d2ce
    Reviewed-on: https://gerrit.libreoffice.org/29141
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sw/inc/swatrset.hxx b/sw/inc/swatrset.hxx
index ac10178..42c5ba2 100644
--- a/sw/inc/swatrset.hxx
+++ b/sw/inc/swatrset.hxx
@@ -74,8 +74,6 @@ class SwFormatHoriOrient;
 class SwFormatAnchor;
 class SvxBoxItem;
 class SvxBrushItem;
-class XFillStyleItem;
-class XFillGradientItem;
 class SvxShadowItem;
 class SwFormatPageDesc;
 class SvxFormatBreakItem;
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index 033bda7..a32babe 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -91,7 +91,6 @@ namespace vcl
 #define VSHELLFLAG_SHARELAYOUT          ((long)0x2)
 typedef std::shared_ptr<SwRootFrame> SwRootFramePtr;
 
-class SwViewShell;
 class SW_DLLPUBLIC SwViewShell : public sw::Ring<SwViewShell>
 {
     friend void SetOutDev( SwViewShell *pSh, OutputDevice *pOut );
diff --git a/sw/source/core/inc/flyfrm.hxx b/sw/source/core/inc/flyfrm.hxx
index 7c610cf..d207bb0 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 <anchoredobject.hxx>
 
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index ae4242f..fe43d48 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 <vector>
 #include <drawinglayer/primitive2d/baseprimitive2d.hxx>
 #include <drawinglayer/processor2d/baseprocessor2d.hxx>
 #include <editeng/borderline.hxx>
@@ -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 9e8232e..6885a6b 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;


More information about the Libreoffice-commits mailing list