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 8b14b0793cb4..2a393e078675 100644 --- a/sw/source/core/inc/rowfrm.hxx +++ b/sw/source/core/inc/rowfrm.hxx @@ -39,7 +39,7 @@ class SwRowFrame: public SwLayoutFrame sal_uInt16 mnBottomMarginForLowers; sal_uInt16 mnBottomLineSize; // <-- collapsing - bool m_bIsFollowFlowRow; + bool m_bIsFollowFlowRow; ///< note: this is *only* set on old-style tables! bool m_bIsRepeatedHeadline; bool m_bIsRowSpanLine; |