summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-09-27 00:15:49 +0900
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-27 06:55:26 +0000
commit7664d30a9ab9b941e05a33cb1ddae3c92ddff288 (patch)
treebe56df93ea070ba5994e5478976ada48a7fd0583 /sw/source/core
parent298571e2e10f5a925abc3cb75940dbef5701b583 (diff)
sw: Drop unused forward declarations
Change-Id: I2913466f8fa87b3c377a1abf65b8ccc477b73f40 Reviewed-on: https://gerrit.libreoffice.org/29311 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/inc/node2lay.hxx1
-rw-r--r--sw/source/core/inc/rolbck.hxx1
-rw-r--r--sw/source/core/inc/tblrwcl.hxx2
-rw-r--r--sw/source/core/inc/threadmanager.hxx1
-rw-r--r--sw/source/core/inc/txtfly.hxx2
-rw-r--r--sw/source/core/inc/txtfrm.hxx2
-rw-r--r--sw/source/core/inc/unoevent.hxx2
-rw-r--r--sw/source/core/inc/unofield.hxx2
-rw-r--r--sw/source/core/inc/unofootnote.hxx1
-rw-r--r--sw/source/core/inc/unoparaframeenum.hxx1
-rw-r--r--sw/source/core/inc/unoport.hxx1
-rw-r--r--sw/source/core/inc/unorefmark.hxx1
-rw-r--r--sw/source/core/inc/unosection.hxx2
-rw-r--r--sw/source/core/inc/unotextmarkup.hxx1
14 files changed, 0 insertions, 20 deletions
diff --git a/sw/source/core/inc/node2lay.hxx b/sw/source/core/inc/node2lay.hxx
index 3cec60fd0eca..5531079857d5 100644
--- a/sw/source/core/inc/node2lay.hxx
+++ b/sw/source/core/inc/node2lay.hxx
@@ -50,7 +50,6 @@ class SwLayoutFrame;
class SwNode;
class SwNodes;
class Point;
-struct SwPosition;
class SwNode2Layout
{
diff --git a/sw/source/core/inc/rolbck.hxx b/sw/source/core/inc/rolbck.hxx
index e8785dcec5e0..5476cb7be90e 100644
--- a/sw/source/core/inc/rolbck.hxx
+++ b/sw/source/core/inc/rolbck.hxx
@@ -32,7 +32,6 @@ namespace sfx2 {
class SwDoc;
class SwFormatColl;
-class SwHistoryHint;
class SwTextAttr;
class SfxPoolItem;
class SwUndoSaveSection;
diff --git a/sw/source/core/inc/tblrwcl.hxx b/sw/source/core/inc/tblrwcl.hxx
index 5d85859a5560..86466005e268 100644
--- a/sw/source/core/inc/tblrwcl.hxx
+++ b/sw/source/core/inc/tblrwcl.hxx
@@ -39,8 +39,6 @@ class SwContentNode;
class SfxPoolItem;
class SwShareBoxFormats;
class SwFormatFrameSize;
-struct CpyPara;
-struct InsULPara;
void sw_LineSetHeadCondColl( const SwTableLine* pLine );
diff --git a/sw/source/core/inc/threadmanager.hxx b/sw/source/core/inc/threadmanager.hxx
index d5b9ee6ef48e..4a888277bb0b 100644
--- a/sw/source/core/inc/threadmanager.hxx
+++ b/sw/source/core/inc/threadmanager.hxx
@@ -26,7 +26,6 @@
#include <rtl/ref.hxx>
#include <deque>
-#include <list>
#include <cppuhelper/weak.hxx>
#include <com/sun/star/util/XJobManager.hpp>
#include <observablethread.hxx>
diff --git a/sw/source/core/inc/txtfly.hxx b/sw/source/core/inc/txtfly.hxx
index c6a967ef73c4..5c22fefdf191 100644
--- a/sw/source/core/inc/txtfly.hxx
+++ b/sw/source/core/inc/txtfly.hxx
@@ -27,9 +27,7 @@
class OutputDevice;
class SwContentFrame;
class SwPageFrame;
-class SwTextFly;
class SdrObject;
-class SwTextPaintInfo;
class SwFormat;
class TextRanger;
class SwAnchoredObject;
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index de0644306f99..43f6210498e6 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -42,8 +42,6 @@ struct SwCursorMoveState;
struct SwFillData;
class SwPortionHandler;
class SwScriptInfo;
-class SwViewOption;
-class SwWrongList;
#define NON_PRINTING_CHARACTER_COLOR RGB_COLORDATA(0x26, 0x8b, 0xd2)
diff --git a/sw/source/core/inc/unoevent.hxx b/sw/source/core/inc/unoevent.hxx
index 2224db7a9264..452ff9d5441f 100644
--- a/sw/source/core/inc/unoevent.hxx
+++ b/sw/source/core/inc/unoevent.hxx
@@ -24,12 +24,10 @@
#include <svl/macitem.hxx>
class SvxMacroItem;
-class SvxMacro;
class SwXFrame;
class SwXTextFrame;
class SwXTextGraphicObject;
class SwXTextEmbeddedObject;
-class SwXFrameStyle;
class SwFormatINetFormat;
class SwHyperlinkEventDescriptor : public SvDetachedEventDescriptor
diff --git a/sw/source/core/inc/unofield.hxx b/sw/source/core/inc/unofield.hxx
index 9b9e8885f628..5762e93395b7 100644
--- a/sw/source/core/inc/unofield.hxx
+++ b/sw/source/core/inc/unofield.hxx
@@ -34,9 +34,7 @@
class SwFieldType;
class SwDoc;
class SwFormatField;
-class SwField;
class SwSetExpField;
-class SwTextAPIObject;
typedef ::cppu::WeakImplHelper
< css::beans::XPropertySet
diff --git a/sw/source/core/inc/unofootnote.hxx b/sw/source/core/inc/unofootnote.hxx
index 705c03cd737d..f19908633723 100644
--- a/sw/source/core/inc/unofootnote.hxx
+++ b/sw/source/core/inc/unofootnote.hxx
@@ -32,7 +32,6 @@
#include <unotext.hxx>
class SwDoc;
-class SwModify;
class SwFormatFootnote;
typedef ::cppu::WeakImplHelper
diff --git a/sw/source/core/inc/unoparaframeenum.hxx b/sw/source/core/inc/unoparaframeenum.hxx
index 9584ab995f27..dfdcebc770f6 100644
--- a/sw/source/core/inc/unoparaframeenum.hxx
+++ b/sw/source/core/inc/unoparaframeenum.hxx
@@ -32,7 +32,6 @@
#include <unobaseclass.hxx>
-class SwDepend;
class SwNodeIndex;
class SwPaM;
class SwFrameFormat;
diff --git a/sw/source/core/inc/unoport.hxx b/sw/source/core/inc/unoport.hxx
index 761f300a93a5..6c9e24a4c672 100644
--- a/sw/source/core/inc/unoport.hxx
+++ b/sw/source/core/inc/unoport.hxx
@@ -44,7 +44,6 @@
#include <unobaseclass.hxx>
#include <IDocumentRedlineAccess.hxx>
-class SwFormatField;
class SwFrameFormat;
class SwRangeRedline;
class SwTextRuby;
diff --git a/sw/source/core/inc/unorefmark.hxx b/sw/source/core/inc/unorefmark.hxx
index ff17eec13387..b34b23203395 100644
--- a/sw/source/core/inc/unorefmark.hxx
+++ b/sw/source/core/inc/unorefmark.hxx
@@ -31,7 +31,6 @@
#include <unobaseclass.hxx>
class SwDoc;
-class SwModify;
class SwFormatRefMark;
typedef ::cppu::WeakImplHelper
diff --git a/sw/source/core/inc/unosection.hxx b/sw/source/core/inc/unosection.hxx
index 8d4093304b41..2e0926432548 100644
--- a/sw/source/core/inc/unosection.hxx
+++ b/sw/source/core/inc/unosection.hxx
@@ -37,8 +37,6 @@
class SwSectionFormat;
-struct SwTextSectionProperties_Impl;
-
typedef ::cppu::ImplInheritanceHelper
< ::sfx2::MetadatableMixin
, css::lang::XUnoTunnel
diff --git a/sw/source/core/inc/unotextmarkup.hxx b/sw/source/core/inc/unotextmarkup.hxx
index 249936de0943..20844ea72aad 100644
--- a/sw/source/core/inc/unotextmarkup.hxx
+++ b/sw/source/core/inc/unotextmarkup.hxx
@@ -39,7 +39,6 @@ namespace com { namespace sun { namespace star { namespace text {
class SwTextNode;
class ModelToViewHelper;
-class SfxPoolItem;
/** Implementation of the css::text::XTextMarkup interface
*/