Kaydet (Commit) db9d9c12 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin some pointless comments

Change-Id: Ia7c5b1654f3decc549b363c4443863f40c3f26e6
üst 67b368c5
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <sal/types.h> #include <sal/types.h>
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>
class SvXMLAttrCollection; //Forward declaration only. class SvXMLAttrCollection;
class XMLOFF_DLLPUBLIC SvXMLAttrContainerData class XMLOFF_DLLPUBLIC SvXMLAttrContainerData
{ {
......
...@@ -65,15 +65,14 @@ class SwTxtFmtColl; ...@@ -65,15 +65,14 @@ class SwTxtFmtColl;
class SwGrfNode; class SwGrfNode;
class SwFlyFrmFmt; class SwFlyFrmFmt;
class SwFrmFmt; ///< For GetTxtNodeFmts(). class SwFrmFmt;
class SwCharFmt; class SwCharFmt;
class SwExtTextInput; class SwExtTextInput;
class SwRootFrm; ///< For CTOR.
class Graphic; class Graphic;
class GraphicObject; class GraphicObject;
class SwFmtINetFmt; ///< InsertURL. class SwFmtINetFmt;
class SwTable; class SwTable;
class SwTextBlocks; ///< For GlossaryRW. class SwTextBlocks;
class SwFmtFtn; class SwFmtFtn;
class SwSection; class SwSection;
class SwSectionData; class SwSectionData;
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <boost/ptr_container/ptr_vector.hpp> #include <boost/ptr_container/ptr_vector.hpp>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
class SwDoc; // For friend. class SwDoc;
class SwFmtColl : public SwFmt class SwFmtColl : public SwFmt
{ {
......
...@@ -46,14 +46,12 @@ namespace utl { ...@@ -46,14 +46,12 @@ namespace utl {
class SwTxtFmtColl; class SwTxtFmtColl;
class SwCntntFrm; class SwCntntFrm;
class SwTxtFld; ///< For GetTxtFld().
class SfxItemSet; class SfxItemSet;
class SwUndoTransliterate; class SwUndoTransliterate;
struct SwSpellArgs;
struct SwSpellArgs; ///< for Spell(), splargs.hxx struct SwConversionArgs;
struct SwConversionArgs; ///< for Convert(), splargs.hxx class SwInterHyphInfo;
class SwInterHyphInfo; ///< for Hyphenate(), splargs.hxx class SwWrongList;
class SwWrongList; ///< For OnlineSpelling.
class SwGrammarMarkUp; class SwGrammarMarkUp;
class OutputDevice; class OutputDevice;
class SwScriptInfo; class SwScriptInfo;
......
...@@ -22,8 +22,7 @@ ...@@ -22,8 +22,7 @@
#include <txatbase.hxx> #include <txatbase.hxx>
#include <calbck.hxx> #include <calbck.hxx>
class SwTxtNode;
class SwTxtNode; // For SwTxtFld.
class SwCharFmt; class SwCharFmt;
namespace sw { namespace sw {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment