summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/xmloff/xmlcnimp.hxx2
-rw-r--r--sw/inc/editsh.hxx7
-rw-r--r--sw/inc/fmtcol.hxx2
-rw-r--r--sw/inc/ndtxt.hxx10
-rw-r--r--sw/inc/txtatr.hxx3
5 files changed, 10 insertions, 14 deletions
diff --git a/include/xmloff/xmlcnimp.hxx b/include/xmloff/xmlcnimp.hxx
index fa6fcb3e9df0..6dd21178a64f 100644
--- a/include/xmloff/xmlcnimp.hxx
+++ b/include/xmloff/xmlcnimp.hxx
@@ -24,7 +24,7 @@
#include <sal/types.h>
#include <boost/scoped_ptr.hpp>
-class SvXMLAttrCollection; //Forward declaration only.
+class SvXMLAttrCollection;
class XMLOFF_DLLPUBLIC SvXMLAttrContainerData
{
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 43987f8fdf97..35cff353b8e2 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -65,15 +65,14 @@ class SwTxtFmtColl;
class SwGrfNode;
class SwFlyFrmFmt;
-class SwFrmFmt; ///< For GetTxtNodeFmts().
+class SwFrmFmt;
class SwCharFmt;
class SwExtTextInput;
-class SwRootFrm; ///< For CTOR.
class Graphic;
class GraphicObject;
-class SwFmtINetFmt; ///< InsertURL.
+class SwFmtINetFmt;
class SwTable;
-class SwTextBlocks; ///< For GlossaryRW.
+class SwTextBlocks;
class SwFmtFtn;
class SwSection;
class SwSectionData;
diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx
index 85e54ec8565b..280effdd776c 100644
--- a/sw/inc/fmtcol.hxx
+++ b/sw/inc/fmtcol.hxx
@@ -25,7 +25,7 @@
#include <boost/ptr_container/ptr_vector.hpp>
#include <rtl/ustring.hxx>
-class SwDoc; // For friend.
+class SwDoc;
class SwFmtColl : public SwFmt
{
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index 3a7f5444be0c..1e4c26eb3253 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -46,14 +46,12 @@ namespace utl {
class SwTxtFmtColl;
class SwCntntFrm;
-class SwTxtFld; ///< For GetTxtFld().
class SfxItemSet;
class SwUndoTransliterate;
-
-struct SwSpellArgs; ///< for Spell(), splargs.hxx
-struct SwConversionArgs; ///< for Convert(), splargs.hxx
-class SwInterHyphInfo; ///< for Hyphenate(), splargs.hxx
-class SwWrongList; ///< For OnlineSpelling.
+struct SwSpellArgs;
+struct SwConversionArgs;
+class SwInterHyphInfo;
+class SwWrongList;
class SwGrammarMarkUp;
class OutputDevice;
class SwScriptInfo;
diff --git a/sw/inc/txtatr.hxx b/sw/inc/txtatr.hxx
index 0536e65ccdb6..bbee2716580f 100644
--- a/sw/inc/txtatr.hxx
+++ b/sw/inc/txtatr.hxx
@@ -22,8 +22,7 @@
#include <txatbase.hxx>
#include <calbck.hxx>
-
-class SwTxtNode; // For SwTxtFld.
+class SwTxtNode;
class SwCharFmt;
namespace sw {