diff options
Diffstat (limited to 'sw/inc/fmtlsplt.hxx')
-rw-r--r-- | sw/inc/fmtlsplt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtlsplt.hxx b/sw/inc/fmtlsplt.hxx index 3abe26f429b9..1a1f94104795 100644 --- a/sw/inc/fmtlsplt.hxx +++ b/sw/inc/fmtlsplt.hxx @@ -44,7 +44,7 @@ inline const SwFmtLayoutSplit &SwAttrSet::GetLayoutSplit(bool bInP) const { return static_cast<const SwFmtLayoutSplit&>(Get( RES_LAYOUT_SPLIT,bInP)); } inline const SwFmtLayoutSplit &SwFmt::GetLayoutSplit(bool bInP) const - { return aSet.GetLayoutSplit(bInP); } + { return m_aSet.GetLayoutSplit(bInP); } #endif |