summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/inc/flowfrm.hxx1
-rw-r--r--sw/source/core/inc/txtfrm.hxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/core/inc/flowfrm.hxx b/sw/source/core/inc/flowfrm.hxx
index 710406060c05..c10e7b3fc99e 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 c42be69359ef..e8da527c89bc 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;