[Libreoffice-commits] .: sw/source uui/source xmlhelp/source

Takeshi Abe tabe at kemper.freedesktop.org
Mon Jun 18 07:04:37 PDT 2012


 sw/source/core/access/acccontext.hxx               |    2 --
 sw/source/core/access/accfrmobjmap.hxx             |    1 -
 sw/source/core/inc/SwXMLTextBlocks.hxx             |    1 -
 sw/source/core/inc/UndoCore.hxx                    |    1 -
 sw/source/core/inc/flyfrm.hxx                      |    1 -
 sw/source/core/inc/fntcache.hxx                    |    1 -
 sw/source/core/inc/frame.hxx                       |    1 -
 sw/source/core/inc/frmtool.hxx                     |    1 -
 sw/source/core/inc/layouter.hxx                    |    2 --
 sw/source/core/inc/notxtfrm.hxx                    |    1 -
 sw/source/core/inc/pagefrm.hxx                     |    1 -
 sw/source/core/inc/retrieveinputstreamconsumer.hxx |    1 -
 sw/source/core/inc/rolbck.hxx                      |    3 ---
 sw/source/core/inc/swblocks.hxx                    |    1 -
 sw/source/core/inc/tblrwcl.hxx                     |    2 --
 sw/source/core/inc/unometa.hxx                     |    1 -
 sw/source/core/text/inftxt.hxx                     |    1 -
 sw/source/core/text/txtfly.hxx                     |    1 -
 sw/source/filter/html/swcss1.hxx                   |    1 -
 sw/source/filter/inc/fltglbls.hxx                  |    3 ---
 sw/source/filter/inc/wrtswtbl.hxx                  |    2 --
 sw/source/filter/ww8/WW8TableInfo.hxx              |    1 -
 sw/source/filter/ww8/attributeoutputbase.hxx       |    3 ---
 sw/source/filter/ww8/docxexport.hxx                |    2 --
 sw/source/filter/ww8/rtfattributeoutput.hxx        |    1 -
 sw/source/filter/ww8/rtfexport.hxx                 |    4 ----
 sw/source/filter/ww8/writerhelper.hxx              |    1 -
 sw/source/filter/ww8/wrtww8.hxx                    |    2 --
 sw/source/filter/xml/xmlexp.hxx                    |    1 -
 sw/source/filter/xml/xmlimp.hxx                    |    1 -
 sw/source/ui/dbui/addresslistdialog.hxx            |    1 -
 sw/source/ui/dialog/swdlgfact.hxx                  |    2 --
 sw/source/ui/envelp/labimp.hxx                     |    2 --
 sw/source/ui/inc/basesh.hxx                        |    2 --
 sw/source/ui/inc/dbtree.hxx                        |    3 ---
 sw/source/ui/inc/drwtxtsh.hxx                      |    1 -
 sw/source/ui/inc/frmmgr.hxx                        |    1 -
 sw/source/ui/inc/mailmergechildwindow.hxx          |    2 --
 sw/source/ui/inc/mailmergehelper.hxx               |    5 -----
 sw/source/ui/inc/mmconfigitem.hxx                  |    1 -
 sw/source/ui/inc/navsh.hxx                         |    3 ---
 sw/source/ui/inc/optpage.hxx                       |    1 -
 sw/source/ui/inc/pardlg.hxx                        |    3 ---
 sw/source/ui/inc/regionsw.hxx                      |    1 -
 sw/source/ui/inc/tabledlg.hxx                      |    1 -
 sw/source/ui/inc/tablemgr.hxx                      |    1 -
 sw/source/ui/inc/titlepage.hxx                     |    2 --
 sw/source/ui/inc/uitool.hxx                        |    1 -
 sw/source/ui/inc/view.hxx                          |    8 --------
 sw/source/ui/inc/wordcountdialog.hxx               |    2 --
 sw/source/ui/inc/wrtsh.hxx                         |    7 -------
 sw/source/ui/lingu/sdrhhcwrap.hxx                  |    1 -
 sw/source/ui/uiview/viewfunc.hxx                   |    1 -
 sw/source/ui/uno/swdetect.hxx                      |    8 --------
 uui/source/lockfailed.hxx                          |    2 --
 uui/source/secmacrowarnings.hxx                    |    4 ----
 xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx     |    3 ---
 xmlhelp/source/cxxhelp/inc/qe/Query.hxx            |    3 ---
 xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx   |    3 ---
 59 files changed, 120 deletions(-)

New commits:
commit 40bb1f631b1b79db919474846996e67eb12a9907
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Mon Jun 18 23:03:37 2012 +0900

    removed unused forward declarations of class
    
    Change-Id: I32894b853912741e935e2409d2857fe384f67665

diff --git a/sw/source/core/access/acccontext.hxx b/sw/source/core/access/acccontext.hxx
index a11e91b..0c51298 100644
--- a/sw/source/core/access/acccontext.hxx
+++ b/sw/source/core/access/acccontext.hxx
@@ -47,8 +47,6 @@ namespace utl {
 namespace accessibility {
     class AccessibleShape;
 }
-class SwFmtFld;
-class SwAccessibleChildContainer;
 
 const sal_Char sAccessibleServiceName[] = "com.sun.star.accessibility.Accessible";
 
diff --git a/sw/source/core/access/accfrmobjmap.hxx b/sw/source/core/access/accfrmobjmap.hxx
index 441202e..63814f1 100644
--- a/sw/source/core/access/accfrmobjmap.hxx
+++ b/sw/source/core/access/accfrmobjmap.hxx
@@ -35,7 +35,6 @@
 #include <map>
 
 class SwAccessibleMap;
-class SwDoc;
 class SwRect;
 class SwFrm;
 class SdrObject;
diff --git a/sw/source/core/inc/SwXMLTextBlocks.hxx b/sw/source/core/inc/SwXMLTextBlocks.hxx
index bb80612..895f759 100644
--- a/sw/source/core/inc/SwXMLTextBlocks.hxx
+++ b/sw/source/core/inc/SwXMLTextBlocks.hxx
@@ -33,7 +33,6 @@
 #include <sfx2/docfile.hxx>
 #include <swblocks.hxx>
 
-class SfxMedium;
 class SwPaM;
 class SwDoc;
 class SvxMacroTableDtor;
diff --git a/sw/source/core/inc/UndoCore.hxx b/sw/source/core/inc/UndoCore.hxx
index 6e9b527..d05bf0b 100644
--- a/sw/source/core/inc/UndoCore.hxx
+++ b/sw/source/core/inc/UndoCore.hxx
@@ -38,7 +38,6 @@ class SwFmtAnchor;
 class SdrMarkList;
 class SwUndoDelete;
 class SwRedlineSaveData;
-class SwFrm;
 class SwFmt;
 
 namespace sw {
diff --git a/sw/source/core/inc/flyfrm.hxx b/sw/source/core/inc/flyfrm.hxx
index d22ca41..9697298 100644
--- a/sw/source/core/inc/flyfrm.hxx
+++ b/sw/source/core/inc/flyfrm.hxx
@@ -42,7 +42,6 @@ class SwSpzFrmFmts;
 class SwAttrSetChg;
 class PolyPolygon;
 class SwFlyDrawContact;
-class SwDrawContact;
 class SwFmt;
 
 #include <anchoredobject.hxx>
diff --git a/sw/source/core/inc/fntcache.hxx b/sw/source/core/inc/fntcache.hxx
index 7affcf1..8260234 100644
--- a/sw/source/core/inc/fntcache.hxx
+++ b/sw/source/core/inc/fntcache.hxx
@@ -34,7 +34,6 @@
 #include "swtypes.hxx"
 #include "swcache.hxx"
 
-class Printer;
 class OutputDevice;
 class FontMetric;
 class SwFntObj;
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index 218be38..c457a29 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -45,7 +45,6 @@ class SwRootFrm;
 class SwPageFrm;
 class SwFlyFrm;
 class SwSectionFrm;
-class SdrObject;
 class SwFtnFrm;
 class SwFtnBossFrm;
 class SwTabFrm;
diff --git a/sw/source/core/inc/frmtool.hxx b/sw/source/core/inc/frmtool.hxx
index e599d92..04d740c 100644
--- a/sw/source/core/inc/frmtool.hxx
+++ b/sw/source/core/inc/frmtool.hxx
@@ -49,7 +49,6 @@ class SdrMarkList;
 class SwNodeIndex;
 class OutputDevice;
 class SwPageDesc;
-class SwTableBox;
 struct SwFindRowSpanCacheObj;
 
 #define FAR_AWAY LONG_MAX - 20000  // initial position of a Fly
diff --git a/sw/source/core/inc/layouter.hxx b/sw/source/core/inc/layouter.hxx
index 192364c..2b62b47 100644
--- a/sw/source/core/inc/layouter.hxx
+++ b/sw/source/core/inc/layouter.hxx
@@ -36,7 +36,6 @@ class SwSectionFrm;
 class SwFtnFrm;
 class SwPageFrm;
 class SwLooping;
-class IDocumentLayoutAccess;
 
 // --> #i28701#
 class SwMovedFwdFrmsByObjPos;
@@ -48,7 +47,6 @@ class SwObjsMarkedAsTmpConsiderWrapInfluence;
 class SwAnchoredObject;
 // --> #i40155#
 #include <vector>
-class SwFrm;
 // --> #i65250#
 #include <boost/unordered_map.hpp>
 class SwFlowFrm;
diff --git a/sw/source/core/inc/notxtfrm.hxx b/sw/source/core/inc/notxtfrm.hxx
index 17494b0..db8e158 100644
--- a/sw/source/core/inc/notxtfrm.hxx
+++ b/sw/source/core/inc/notxtfrm.hxx
@@ -33,7 +33,6 @@
 class SwNoTxtNode;
 class OutputDevice;
 class SwBorderAttrs;
-class Bitmap;
 struct SwCrsrMoveState;
 
 class SwNoTxtFrm: public SwCntntFrm
diff --git a/sw/source/core/inc/pagefrm.hxx b/sw/source/core/inc/pagefrm.hxx
index 0091e24..5a17b59 100644
--- a/sw/source/core/inc/pagefrm.hxx
+++ b/sw/source/core/inc/pagefrm.hxx
@@ -42,7 +42,6 @@ class SwPageDesc;
 class SwCntntFrm;
 struct SwPosition;
 struct SwCrsrMoveState;
-class SdrObject;
 class SwAttrSetChg;
 class Font;
 
diff --git a/sw/source/core/inc/retrieveinputstreamconsumer.hxx b/sw/source/core/inc/retrieveinputstreamconsumer.hxx
index 2628403..07e6bb5 100644
--- a/sw/source/core/inc/retrieveinputstreamconsumer.hxx
+++ b/sw/source/core/inc/retrieveinputstreamconsumer.hxx
@@ -35,7 +35,6 @@
 
 class SwGrfNode;
 class String;
-class SwAsyncRetrieveInputStreamThread;
 
 /** class to provide creation of a thread to retrieve an input stream given by
     an URL and to consume the retrieved input stream.
diff --git a/sw/source/core/inc/rolbck.hxx b/sw/source/core/inc/rolbck.hxx
index efb6f41..a597b95 100644
--- a/sw/source/core/inc/rolbck.hxx
+++ b/sw/source/core/inc/rolbck.hxx
@@ -41,15 +41,12 @@ namespace sfx2 {
 }
 
 class SwDoc;
-class SwFmt;
 class SwFmtColl;
 class SwHistoryHint;
 class SwTxtAttr;
 class SfxPoolItem;
-class SwTxtNode;
 class SwUndoSaveSection;
 class SwTxtFtn;
-class SwTxtFlyCnt;
 class SwUndoDelLayFmt;
 class SwFlyFrmFmt;
 class SwFmtFld;
diff --git a/sw/source/core/inc/swblocks.hxx b/sw/source/core/inc/swblocks.hxx
index 88d72ab..4663e8a 100644
--- a/sw/source/core/inc/swblocks.hxx
+++ b/sw/source/core/inc/swblocks.hxx
@@ -34,7 +34,6 @@
 #include <svl/svarray.hxx>
 
 
-class SfxMedium;
 class SwPaM;
 class SwDoc;
 class SvxMacroTableDtor;
diff --git a/sw/source/core/inc/tblrwcl.hxx b/sw/source/core/inc/tblrwcl.hxx
index 6f11e22..54eadef 100644
--- a/sw/source/core/inc/tblrwcl.hxx
+++ b/sw/source/core/inc/tblrwcl.hxx
@@ -37,8 +37,6 @@ namespace editeng { class SvxBorderLine; }
 
 class SwDoc;
 class SwTableNode;
-class _FndLine;
-class _FndBox;
 class SwTableLine;
 class SwTableBox;
 class SwTableBoxFmt;
diff --git a/sw/source/core/inc/unometa.hxx b/sw/source/core/inc/unometa.hxx
index 1eb6587..5daa06a 100644
--- a/sw/source/core/inc/unometa.hxx
+++ b/sw/source/core/inc/unometa.hxx
@@ -56,7 +56,6 @@ class SwTxtNode;
 
 namespace sw {
     class Meta;
-    class MetaField;
 }
 
 typedef ::cppu::ImplInheritanceHelper6
diff --git a/sw/source/core/text/inftxt.hxx b/sw/source/core/text/inftxt.hxx
index a0fbb82..182f6e1 100644
--- a/sw/source/core/text/inftxt.hxx
+++ b/sw/source/core/text/inftxt.hxx
@@ -60,7 +60,6 @@ class SwTxtFrm;
 class SwTxtSizeInfo;
 class SwViewOption;
 class ViewShell;
-class SwTxtFtn;
 class SwAttrIter;
 struct SwMultiCreator;
 class SwMultiPortion;
diff --git a/sw/source/core/text/txtfly.hxx b/sw/source/core/text/txtfly.hxx
index 15e24f3..2dd2d7f 100644
--- a/sw/source/core/text/txtfly.hxx
+++ b/sw/source/core/text/txtfly.hxx
@@ -39,7 +39,6 @@ class SdrObject;
 class SwTxtPaintInfo;
 class SwFmt;
 class TextRanger;
-class Color;
 class SwAnchoredObject;
 
 #include <fmtsrndenum.hxx>
diff --git a/sw/source/filter/html/swcss1.hxx b/sw/source/filter/html/swcss1.hxx
index 8c72650..d31c41c 100644
--- a/sw/source/filter/html/swcss1.hxx
+++ b/sw/source/filter/html/swcss1.hxx
@@ -34,7 +34,6 @@
 #include "svxcss1.hxx"
 
 class SwDoc;
-class SwFmt;
 class SwCharFmt;
 class SwTxtFmtColl;
 class SvxBrushItem;
diff --git a/sw/source/filter/inc/fltglbls.hxx b/sw/source/filter/inc/fltglbls.hxx
index 773c47b..20b8039 100644
--- a/sw/source/filter/inc/fltglbls.hxx
+++ b/sw/source/filter/inc/fltglbls.hxx
@@ -38,9 +38,6 @@ class SwDoc;
 class SwPaM;
 class SwTable;
 
-class XF_Buffer;
-class ColorBuffer;
-class FontBuffer;
 class SvNumberFormatter;
 
 
diff --git a/sw/source/filter/inc/wrtswtbl.hxx b/sw/source/filter/inc/wrtswtbl.hxx
index e73821b..9bdd4e5 100644
--- a/sw/source/filter/inc/wrtswtbl.hxx
+++ b/sw/source/filter/inc/wrtswtbl.hxx
@@ -35,11 +35,9 @@
 
 #include <swdllapi.h>
 
-class Color;
 class SwTableBox;
 class SwTableLine;
 class SwTableLines;
-class SwTable;
 class SwHTMLTableLayout;
 class SvxBrushItem;
 
diff --git a/sw/source/filter/ww8/WW8TableInfo.hxx b/sw/source/filter/ww8/WW8TableInfo.hxx
index 33b173d..098ea6c 100644
--- a/sw/source/filter/ww8/WW8TableInfo.hxx
+++ b/sw/source/filter/ww8/WW8TableInfo.hxx
@@ -42,7 +42,6 @@ class SwTable;
 class SwTableLine;
 class SwTableBox;
 class SwNode;
-class SwWW8Writer;
 class AttributeOutputBase;
 
 namespace ww8
diff --git a/sw/source/filter/ww8/attributeoutputbase.hxx b/sw/source/filter/ww8/attributeoutputbase.hxx
index 4b08cbf..6e35bd4 100644
--- a/sw/source/filter/ww8/attributeoutputbase.hxx
+++ b/sw/source/filter/ww8/attributeoutputbase.hxx
@@ -80,7 +80,6 @@ class SwFmtCharFmt;
 class SwFmtFld;
 class SwFmtFlyCnt;
 class SwFmtFtn;
-class SwFmtHardBlank;
 class SvxLineSpacingItem;
 class SvxAdjustItem;
 class SvxFmtSplitItem;
@@ -119,9 +118,7 @@ class SwFmtDrop;
 class SwFrmFmt;
 class SwNumFmt;
 class SwFmt;
-class SwTableNode;
 struct WW8_SepInfo;
-struct WW8_PdAttrDesc;
 class SwLineNumberInfo;
 class SwNumRule;
 class wwFont;
diff --git a/sw/source/filter/ww8/docxexport.hxx b/sw/source/filter/ww8/docxexport.hxx
index 01ce29f..e71896b 100644
--- a/sw/source/filter/ww8/docxexport.hxx
+++ b/sw/source/filter/ww8/docxexport.hxx
@@ -37,8 +37,6 @@ class SwTableNode;
 class SwTxtNode;
 class SwGrfNode;
 class SwOLENode;
-class SwSectionNode;
-class SwNumRuleTbl;
 
 namespace oox {
     namespace drawingml { class DrawingML; }
diff --git a/sw/source/filter/ww8/rtfattributeoutput.hxx b/sw/source/filter/ww8/rtfattributeoutput.hxx
index 4be68db..2c145f8 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.hxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.hxx
@@ -38,7 +38,6 @@
 
 class SwGrfNode;
 class SwOLENode;
-class SdrObject;
 class SwFlyFrmFmt;
 
 /// The class that has handlers for various resource types when exporting as RTF
diff --git a/sw/source/filter/ww8/rtfexport.hxx b/sw/source/filter/ww8/rtfexport.hxx
index b0a45a5..75feb92 100644
--- a/sw/source/filter/ww8/rtfexport.hxx
+++ b/sw/source/filter/ww8/rtfexport.hxx
@@ -39,13 +39,9 @@ typedef std::map<sal_uInt16,Color> RtfColorTbl;
 typedef std::map<sal_uInt16,rtl::OString> RtfStyleTbl;
 typedef std::map<String,sal_uInt16> RtfRedlineTbl;
 class SwNode;
-class SwEndNode;
-class SwTableNode;
 class SwTxtNode;
 class SwGrfNode;
 class SwOLENode;
-class SwSectionNode;
-class SwNumRuleTbl;
 
 namespace com { namespace sun { namespace star {
     namespace frame { class XModel; }
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index 01c53c8..5064046 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -49,7 +49,6 @@ class SwCharFmt;
 class SdrObject;
 class SdrOle2Obj;
 class OutlinerParaObject;
-class SdrTextObj;
 class SwNumFmt;
 class SwTxtNode;
 class SwNoTxtNode;
diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index a006227..3921362 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -87,12 +87,10 @@ class SwFmtPageDesc;
 class SwOLENode;
 class SwPostItField;
 class SwRedlineData;
-class SwSection;
 class SwSectionFmt;
 class SwSectionNode;
 class SwTableNode;
 class SwTOXType;
-class SwTxtAttr;
 class SwTxtFmtColl;
 class SwTxtNode;
 class SwWW8WrGrf;
diff --git a/sw/source/filter/xml/xmlexp.hxx b/sw/source/filter/xml/xmlexp.hxx
index 425755a..9f07858 100644
--- a/sw/source/filter/xml/xmlexp.hxx
+++ b/sw/source/filter/xml/xmlexp.hxx
@@ -35,7 +35,6 @@
 #include <xmloff/xmltoken.hxx>
 #include <vector>
 
-class SwPaM;
 class SwFmt;
 class SwFrmFmt;
 class SvXMLUnitConverter;
diff --git a/sw/source/filter/xml/xmlimp.hxx b/sw/source/filter/xml/xmlimp.hxx
index 0252d8a..f79e259 100644
--- a/sw/source/filter/xml/xmlimp.hxx
+++ b/sw/source/filter/xml/xmlimp.hxx
@@ -39,7 +39,6 @@
 #include "xmlitmap.hxx"
 
 class SwDoc;
-class SwPaM;
 class SvXMLUnitConverter;
 class SvXMLTokenMap;
 class SvXMLImportItemMapper;
diff --git a/sw/source/ui/dbui/addresslistdialog.hxx b/sw/source/ui/dbui/addresslistdialog.hxx
index beab3d0..8a0e19c 100644
--- a/sw/source/ui/dbui/addresslistdialog.hxx
+++ b/sw/source/ui/dbui/addresslistdialog.hxx
@@ -43,7 +43,6 @@ namespace com{namespace sun{namespace star{
     }
     namespace sdbc{
         class XDataSource;
-        class XConnection;
     }
     namespace sdbcx{
         class XColumnsSupplier;
diff --git a/sw/source/ui/dialog/swdlgfact.hxx b/sw/source/ui/dialog/swdlgfact.hxx
index 92bce03..f4a24da 100644
--- a/sw/source/ui/dialog/swdlgfact.hxx
+++ b/sw/source/ui/dialog/swdlgfact.hxx
@@ -30,7 +30,6 @@
 
 #include "swabstdlg.hxx"
 
-class SwSaveLabelDlg;
 class SwInsertAbstractDlg;
 class SfxSingleTabDialog;
 class SwAsciiFilterDlg;
@@ -46,7 +45,6 @@ class SwFldDlg;
 class SwRenameXNamedDlg;
 class SwModalRedlineAcceptDlg;
 class SwTOXMark;
-class SwWordCountDialog;
 class SwSplitTblDlg;
 
 #include "itabenum.hxx"
diff --git a/sw/source/ui/envelp/labimp.hxx b/sw/source/ui/envelp/labimp.hxx
index bc004e1..2c7c400 100644
--- a/sw/source/ui/envelp/labimp.hxx
+++ b/sw/source/ui/envelp/labimp.hxx
@@ -88,8 +88,6 @@
 #define GETFLDVAL(rField)         (rField).Denormalize((rField).GetValue(FUNIT_TWIP))
 #define SETFLDVAL(rField, lValue) (rField).SetValue((rField).Normalize(lValue), FUNIT_TWIP)
 
-class SwNewDBMgr;
-
 class SwLabRec
 {
 public:
diff --git a/sw/source/ui/inc/basesh.hxx b/sw/source/ui/inc/basesh.hxx
index 93ef626..45c2484 100644
--- a/sw/source/ui/inc/basesh.hxx
+++ b/sw/source/ui/inc/basesh.hxx
@@ -41,10 +41,8 @@
 #include <set>
 
 class SwWrtShell;
-class SwCrsrShell;
 class SwView;
 class SfxItemSet;
-class Graphic;
 
 struct DBTextStruct_Impl;
 class SwBaseShell: public SfxShell
diff --git a/sw/source/ui/inc/dbtree.hxx b/sw/source/ui/inc/dbtree.hxx
index 5c5e7ee..08d2947 100644
--- a/sw/source/ui/inc/dbtree.hxx
+++ b/sw/source/ui/inc/dbtree.hxx
@@ -31,9 +31,6 @@
 #include <svtools/svtreebx.hxx>
 #include <com/sun/star/uno/Reference.h>
 
-namespace com{namespace sun{namespace star{namespace container{
-    class XNameAccess;
-}}}}
 #include "swdllapi.h"
 #include <swtypes.hxx>
 
diff --git a/sw/source/ui/inc/drwtxtsh.hxx b/sw/source/ui/inc/drwtxtsh.hxx
index 46efcea..087dca5 100644
--- a/sw/source/ui/inc/drwtxtsh.hxx
+++ b/sw/source/ui/inc/drwtxtsh.hxx
@@ -35,7 +35,6 @@
 class SdrView;
 class SwView;
 class SwWrtShell;
-class SfxModule;
 
 class SwDrawTextShell: public SfxShell
 {
diff --git a/sw/source/ui/inc/frmmgr.hxx b/sw/source/ui/inc/frmmgr.hxx
index 6a46248..de0d903 100644
--- a/sw/source/ui/inc/frmmgr.hxx
+++ b/sw/source/ui/inc/frmmgr.hxx
@@ -42,7 +42,6 @@ class   SwWrtShell;
 struct  SvxSwFrameValidation;
 struct  SwPosition;
 
-class   SwFmt;
 class   SwFmtCol;
 
 const SwTwips   DFLT_WIDTH      = MM50 * 4;
diff --git a/sw/source/ui/inc/mailmergechildwindow.hxx b/sw/source/ui/inc/mailmergechildwindow.hxx
index b76f3ae..6ce7d73 100644
--- a/sw/source/ui/inc/mailmergechildwindow.hxx
+++ b/sw/source/ui/inc/mailmergechildwindow.hxx
@@ -45,8 +45,6 @@ public:
     virtual void    FillInfo(SfxChildWinInfo&) const;
 };
 
-class SwSendMailDialog;
-
 class SwMailMergeChildWindow : public SfxChildWindow
 {
 public:
diff --git a/sw/source/ui/inc/mailmergehelper.hxx b/sw/source/ui/inc/mailmergehelper.hxx
index f89f8f9..d7024d3 100644
--- a/sw/source/ui/inc/mailmergehelper.hxx
+++ b/sw/source/ui/inc/mailmergehelper.hxx
@@ -77,11 +77,6 @@ public:
     ~SwBoldFixedInfo();
 };
 struct SwAddressPreview_Impl;
-namespace com{namespace sun{namespace star{
-    namespace container{
-        class XNameAccess;
-    }
-}}}
 
 /*-------------------------------------------------------------------------
     Preview window used to show the possible selection of address blocks
diff --git a/sw/source/ui/inc/mmconfigitem.hxx b/sw/source/ui/inc/mmconfigitem.hxx
index 4ac5eab..d541153 100644
--- a/sw/source/ui/inc/mmconfigitem.hxx
+++ b/sw/source/ui/inc/mmconfigitem.hxx
@@ -38,7 +38,6 @@
 namespace com{namespace sun{namespace star{
     namespace sdbc{
         class XDataSource;
-        class XConnection;
         class XResultSet;
     }
     namespace sdbcx{
diff --git a/sw/source/ui/inc/navsh.hxx b/sw/source/ui/inc/navsh.hxx
index 7c12ddc..de01abf 100644
--- a/sw/source/ui/inc/navsh.hxx
+++ b/sw/source/ui/inc/navsh.hxx
@@ -32,9 +32,6 @@
 #include "frmsh.hxx"
 
 class SfxItemSet;
-class SwWrtShell;
-
-
 
 class SwNavigationShell: public SwBaseShell
 {
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index e89c945..0685951 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -45,7 +45,6 @@ class SfxPrinter;
 class SwStdFontConfig;
 class SwWrtShell;
 class FontList;
-class SwCompareConfig;
 
 class SwContentOptPage : public SfxTabPage
 {
diff --git a/sw/source/ui/inc/pardlg.hxx b/sw/source/ui/inc/pardlg.hxx
index 2bb0be8..56c511a 100644
--- a/sw/source/ui/inc/pardlg.hxx
+++ b/sw/source/ui/inc/pardlg.hxx
@@ -30,9 +30,6 @@
 
 #include <sfx2/tabdlg.hxx>
 
-class SwView;
-class SfxItemSet;
-
 //DialogModes:
 #define DLG_STD         0
 #define DLG_ENVELOP     2
diff --git a/sw/source/ui/inc/regionsw.hxx b/sw/source/ui/inc/regionsw.hxx
index e9a682c..63618c3 100644
--- a/sw/source/ui/inc/regionsw.hxx
+++ b/sw/source/ui/inc/regionsw.hxx
@@ -55,7 +55,6 @@
 #include <boost/ptr_container/ptr_set.hpp>
 
 class SwWrtShell;
-class EditRegionDlg;
 
 namespace sfx2
 {
diff --git a/sw/source/ui/inc/tabledlg.hxx b/sw/source/ui/inc/tabledlg.hxx
index 677ab6c..f2e21bd 100644
--- a/sw/source/ui/inc/tabledlg.hxx
+++ b/sw/source/ui/inc/tabledlg.hxx
@@ -35,7 +35,6 @@
 #include "swtablerep.hxx"
 
 class SwWrtShell;
-class SwTabCols;
 struct TColumn;
 
 /*-------------------------------------------------------
diff --git a/sw/source/ui/inc/tablemgr.hxx b/sw/source/ui/inc/tablemgr.hxx
index b8035c6..81eb9a9 100644
--- a/sw/source/ui/inc/tablemgr.hxx
+++ b/sw/source/ui/inc/tablemgr.hxx
@@ -35,7 +35,6 @@
 class SwFrmFmt;
 class SwWrtShell;
 class Window;
-class SfxItemSet;
 class SwFlyFrmFmt;
 
 namespace com { namespace sun { namespace star {
diff --git a/sw/source/ui/inc/titlepage.hxx b/sw/source/ui/inc/titlepage.hxx
index 60bcd62..01fbfa7 100644
--- a/sw/source/ui/inc/titlepage.hxx
+++ b/sw/source/ui/inc/titlepage.hxx
@@ -38,8 +38,6 @@
 #include <numberingtypelistbox.hxx>
 
 class Window;
-class SfxItemSet;
-class SwView;
 class SwWrtShell;
 class SwPageDesc;
 
diff --git a/sw/source/ui/inc/uitool.hxx b/sw/source/ui/inc/uitool.hxx
index e5199bf..7186ef7 100644
--- a/sw/source/ui/inc/uitool.hxx
+++ b/sw/source/ui/inc/uitool.hxx
@@ -35,7 +35,6 @@
 
 class MetricFormatter;
 class SfxItemSet;
-class SfxMedium;
 class SwPageDesc;
 class SvxTabStopItem;
 class SwWrtShell;
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index 2d8acf6..c0a22bd 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -44,7 +44,6 @@
 #include <shellid.hxx>
 #include <IMark.hxx>
 
-class SwBaseShell;
 class Button;
 class ImageButton;
 class SwTxtFmtColl;
@@ -52,17 +51,14 @@ class SwPageDesc;
 class SwFrmFmt;
 class SwCharFmt;
 class SwNumRule;
-class SwViewOption;
 class SwGlossaryHdl;
 class SwDrawBase;
 class SvxRuler;
 class SvxLRSpaceItem;
 class SwDocShell;
 class SwScrollbar;
-class SvxVCBrowser;
 class SvBorder;
 class Ruler;
-class OutlinerView;
 class SvxSearchItem;
 class SearchAttrItemList;
 class SvxSearchDialog;
@@ -72,12 +68,10 @@ class SdrObject;
 class SdrPageView;
 class SwNaviImageButton;
 class SwHlpImageButton;
-class Outliner;
 class SwView;
 class SwEditWin;
 class SwWrtShell;
 class SwView_Impl;
-class XSelectionObject;
 struct SwSearchOptions;
 class FmFormShell;
 class CommandEvent;
@@ -87,13 +81,11 @@ class SvtAccessibilityOptions;
 class SwTransferable;
 class SwMailMergeConfigItem;
 class SwTxtNode; // #i23726#
-class SwPrintData;
 class SwFormatClipboard;
 struct SwConversionArgs;
 class Graphic;
 class GraphicFilter;
 class SwPostItMgr;
-class SwFieldBookmark;
 
 namespace com{ namespace sun { namespace star {
     namespace view{ class XSelectionSupplier; }
diff --git a/sw/source/ui/inc/wordcountdialog.hxx b/sw/source/ui/inc/wordcountdialog.hxx
index 4325130..50859cc 100644
--- a/sw/source/ui/inc/wordcountdialog.hxx
+++ b/sw/source/ui/inc/wordcountdialog.hxx
@@ -34,8 +34,6 @@ struct SwDocStat;
 #include <sfx2/childwin.hxx>
 #include "swabstdlg.hxx"
 
-class SwWrtShell;
-
 class SwWordCountDialog
 {
     FixedLine       aCurrentFL;
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx
index 90e6296..d6a2383 100644
--- a/sw/source/ui/inc/wrtsh.hxx
+++ b/sw/source/ui/inc/wrtsh.hxx
@@ -37,15 +37,12 @@
 #include "navmgr.hxx"
 
 class Window;
-class OutputDevice;
 class SbxArray;
 class SwDoc;
-class SpellCheck;
 class SwViewOption;
 class SwFlyFrmAttrMgr;
 class SwField;
 class SwTOXBase;
-class SdrView;
 class SwView;
 class SvGlobalName;
 class SwInputFieldList;
@@ -53,14 +50,10 @@ class SwSectionData;
 class Timer;
 class SvxMacro;
 class SwFmtINetFmt;
-class SvxINetBookmark;
 class SvxAutoCorrect;
 class NaviContentBookmark;
 struct SwCallMouseEvent;
-class DropEvent;
-struct ChartSelectionInfo;
 class SfxStringListItem;
-class SfxRequest;
 
 namespace com { namespace sun { namespace star { namespace util {
     struct SearchOptions;
diff --git a/sw/source/ui/lingu/sdrhhcwrap.hxx b/sw/source/ui/lingu/sdrhhcwrap.hxx
index 567b27b..2884dd8 100644
--- a/sw/source/ui/lingu/sdrhhcwrap.hxx
+++ b/sw/source/ui/lingu/sdrhhcwrap.hxx
@@ -33,7 +33,6 @@
 class SwView;
 class SdrTextObj;
 class OutlinerView;
-class SdrObjListIter;
 
 //////////////////////////////////////////////////////////////////////
 
diff --git a/sw/source/ui/uiview/viewfunc.hxx b/sw/source/ui/uiview/viewfunc.hxx
index 61ffcd7..ea72d2f 100644
--- a/sw/source/ui/uiview/viewfunc.hxx
+++ b/sw/source/ui/uiview/viewfunc.hxx
@@ -39,7 +39,6 @@ class SvxRuler;
 class SwScrollbar;
 class ViewShell;
 class Window;
-class SwWrtShell;
 
 // folgende Funktionen stehen im viewprt.cxx
 void SetPrinter( IDocumentDeviceAccess*, SfxPrinter*, sal_Bool bWeb );
diff --git a/sw/source/ui/uno/swdetect.hxx b/sw/source/ui/uno/swdetect.hxx
index d68615e..f2fd71b 100644
--- a/sw/source/ui/uno/swdetect.hxx
+++ b/sw/source/ui/uno/swdetect.hxx
@@ -48,18 +48,10 @@ namespace com
     {
         namespace star
         {
-            namespace uno
-            {
-                class Any;
-            }
             namespace lang
             {
                 class XMultiServiceFactory;
             }
-            namespace frame
-            {
-                class XFrame;
-            }
             namespace beans
             {
                 struct PropertyValue;
diff --git a/uui/source/lockfailed.hxx b/uui/source/lockfailed.hxx
index b19dd84..d3561a9 100644
--- a/uui/source/lockfailed.hxx
+++ b/uui/source/lockfailed.hxx
@@ -30,8 +30,6 @@
 
 #include <vcl/msgbox.hxx>
 
-class CheckBox;
-
 class LockFailedQueryBox : public MessBox
 {
 public:
diff --git a/uui/source/secmacrowarnings.hxx b/uui/source/secmacrowarnings.hxx
index 65d3f0d..edc7731 100644
--- a/uui/source/secmacrowarnings.hxx
+++ b/uui/source/secmacrowarnings.hxx
@@ -39,8 +39,6 @@ namespace sun {
 namespace star {
 namespace security {
     class XCertificate; }
-namespace xml { namespace crypto {
-    class XSecurityEnvironment; }}
 }}}
 
 #include <com/sun/star/uno/Sequence.hxx>
@@ -50,8 +48,6 @@ namespace css = com::sun::star;
 namespace cssu = com::sun::star::uno;
 namespace css = ::com::sun::star;
 
-class HeaderBar;
-
 class MacroWarning : public ModalDialog
 {
 private:
diff --git a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx
index dec306c..46c9db6 100644
--- a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx
+++ b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx
@@ -40,9 +40,6 @@ namespace xmlsearch {
     namespace qe {
 
 
-        class Query;
-
-
         class NonnegativeIntegerGenerator
         {
         public:
diff --git a/xmlhelp/source/cxxhelp/inc/qe/Query.hxx b/xmlhelp/source/cxxhelp/inc/qe/Query.hxx
index d0cdee9..3af7512 100644
--- a/xmlhelp/source/cxxhelp/inc/qe/Query.hxx
+++ b/xmlhelp/source/cxxhelp/inc/qe/Query.hxx
@@ -38,9 +38,6 @@ namespace xmlsearch {
 
     namespace qe {
 
-        class Search;
-        class RoleFiller;
-
         class QueryHit
         {
         public:
diff --git a/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx b/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx
index 5f28e8e..94b1ce8 100644
--- a/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx
+++ b/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx
@@ -37,9 +37,6 @@ namespace xmlsearch {
     namespace util {
 
 
-        class CompressorIterator;
-
-
         class Decompressor
         {
         public:


More information about the Libreoffice-commits mailing list