[Libreoffice-commits] .: sw/inc sw/source

Miklos Vajna vmiklos at kemper.freedesktop.org
Fri Mar 9 04:08:12 PST 2012


 sw/inc/fmtcol.hxx              |    1 +
 sw/source/core/inc/flowfrm.hxx |    1 +
 sw/source/core/inc/txtfrm.hxx  |    1 +
 3 files changed, 3 insertions(+)

New commits:
commit 5191ee9800d53c8ebb6f56222eb81a1e4bce9925
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Fri Mar 9 13:08:10 2012 +0100

    sw: doxygen comments for SwTxtFmtColl, SwFlowFrm, SwTxtFrm

diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx
index 16db7c6..3451a4b 100644
--- a/sw/inc/fmtcol.hxx
+++ b/sw/inc/fmtcol.hxx
@@ -57,6 +57,7 @@ private:
     const SwFmtColl &operator=(const SwFmtColl &);
 };
 
+/// Represents the style of a paragraph.
 class SW_DLLPUBLIC SwTxtFmtColl: public SwFmtColl
 {
     friend class SwDoc;
diff --git a/sw/source/core/inc/flowfrm.hxx b/sw/source/core/inc/flowfrm.hxx
index 7104060..c10e7b3 100644
--- a/sw/source/core/inc/flowfrm.hxx
+++ b/sw/source/core/inc/flowfrm.hxx
@@ -58,6 +58,7 @@ class SwObjectFormatterTxtFrm;
 
 void MakeFrms( SwDoc *, const SwNodeIndex &, const SwNodeIndex & );
 
+/// Base class for frames that are allowed at page breaks and shall continue on the next page, e.g. paragraphs, tables.
 class SwFlowFrm
 {
     //PrepareMake darf Locken/Unlocken (Robustheit)
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index c42be69..e8da527 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -62,6 +62,7 @@ class SwWrongList;
 #define RUBY_TOP        3
 #define GRID_CELLS      4
 
+/// Represents the visualization of a paragraph.
 class SwTxtFrm: public SwCntntFrm
 {
     friend class SwTxtIter;


More information about the Libreoffice-commits mailing list