diff options
Diffstat (limited to 'sw/source/core/inc/rowfrm.hxx')
-rw-r--r-- | sw/source/core/inc/rowfrm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/rowfrm.hxx b/sw/source/core/inc/rowfrm.hxx index 2a393e078675..3786d00f8347 100644 --- a/sw/source/core/inc/rowfrm.hxx +++ b/sw/source/core/inc/rowfrm.hxx @@ -33,7 +33,7 @@ class SwRowFrame: public SwLayoutFrame virtual SwTwips GrowFrame ( SwTwips, bool bTst = false, bool bInfo = false ) override; const SwTableLine * m_pTabLine; - SwRowFrame * m_pFollowRow; + SwRowFrame * m_pFollowRow; ///< note: this is *only* set on old-style tables! // #i29550# sal_uInt16 mnTopMarginForLowers; sal_uInt16 mnBottomMarginForLowers; |