summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-06 16:26:32 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-07 13:45:26 +0200
commitd1ba5419cf9f75fe437b835e49d3b75459dd48c2 (patch)
tree030dd7522098e4e03f0d64304e48cb866dfc375f /sw/inc
parent5502be9695b67b094d581d108dc9ebddc161cc60 (diff)
Remove non-existing forward declarations
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/crsrsh.hxx1
-rw-r--r--sw/inc/istyleaccess.hxx2
-rw-r--r--sw/inc/pagedesc.hxx1
-rw-r--r--sw/inc/postithelper.hxx1
-rw-r--r--sw/inc/printdata.hxx1
-rw-r--r--sw/inc/splargs.hxx1
6 files changed, 0 insertions, 7 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index 48620e9f40d1..7630214ee33a 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -156,7 +156,6 @@ class SW_DLLPUBLIC SwCrsrShell
friend class SwCallLink;
friend class SwVisCrsr;
friend class SwSelPaintRects;
- friend class SwChgLinkFlag;
// requires the Crsr as InternalCrsr
friend sal_Bool GetAutoSumSel( const SwCrsrShell&, SwCellFrms& );
diff --git a/sw/inc/istyleaccess.hxx b/sw/inc/istyleaccess.hxx
index 2066589cb9dc..0fd66bf85d36 100644
--- a/sw/inc/istyleaccess.hxx
+++ b/sw/inc/istyleaccess.hxx
@@ -26,8 +26,6 @@
Management of (automatic) styles
--------------------------------------------------------------------*/
-class SwStyleHandle;
-
class IStyleAccess
{
public:
diff --git a/sw/inc/pagedesc.hxx b/sw/inc/pagedesc.hxx
index c7a95cd93046..e83452f9e883 100644
--- a/sw/inc/pagedesc.hxx
+++ b/sw/inc/pagedesc.hxx
@@ -141,7 +141,6 @@ namespace nsUseOnPage
class SW_DLLPUBLIC SwPageDesc : public SwModify
{
friend class SwDoc;
- friend class SwUndoPageDescExt;
String aDescName;
SvxNumberType aNumType;
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx
index 6552a5680a9e..014a3048e103 100644
--- a/sw/inc/postithelper.hxx
+++ b/sw/inc/postithelper.hxx
@@ -38,7 +38,6 @@
class SwTxtFld;
class SwRootFrm;
-class SwPostIt;
class String;
class SwPostItMgr;
class SwEditWin;
diff --git a/sw/inc/printdata.hxx b/sw/inc/printdata.hxx
index 02d56b8a20b2..b041305c1bfd 100644
--- a/sw/inc/printdata.hxx
+++ b/sw/inc/printdata.hxx
@@ -47,7 +47,6 @@ class _SetGetExpFlds;
class SwViewOption;
class OutputDevice;
class SwViewOptionAdjust_Impl;
-class SwPrtOptions;
class ViewShell;
class SfxViewShell;
diff --git a/sw/inc/splargs.hxx b/sw/inc/splargs.hxx
index 0afcc54f72c6..974664236261 100644
--- a/sw/inc/splargs.hxx
+++ b/sw/inc/splargs.hxx
@@ -26,7 +26,6 @@
class SwTxtNode;
class SwIndex;
-class SpellCheck;
class Font;
#include <com/sun/star/linguistic2/XSpellAlternatives.hpp>
#include <com/sun/star/linguistic2/XSpellChecker1.hpp>