diff options
Diffstat (limited to 'sw/inc/hfspacingitem.hxx')
-rw-r--r-- | sw/inc/hfspacingitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/hfspacingitem.hxx b/sw/inc/hfspacingitem.hxx index 94547d3ce8d8..fe1a417d6d95 100644 --- a/sw/inc/hfspacingitem.hxx +++ b/sw/inc/hfspacingitem.hxx @@ -44,7 +44,7 @@ inline const SwHeaderAndFooterEatSpacingItem &SwAttrSet::GetHeaderAndFooterEatSp { return static_cast<const SwHeaderAndFooterEatSpacingItem&>(Get( RES_HEADER_FOOTER_EAT_SPACING,bInP)); } inline const SwHeaderAndFooterEatSpacingItem &SwFmt::GetHeaderAndFooterEatSpacing(bool bInP) const - { return aSet.GetHeaderAndFooterEatSpacing(bInP); } + { return m_aSet.GetHeaderAndFooterEatSpacing(bInP); } #endif |