diff options
Diffstat (limited to 'sw/inc/fmteiro.hxx')
-rw-r--r-- | sw/inc/fmteiro.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmteiro.hxx b/sw/inc/fmteiro.hxx index fef34d6dc26c..6c4045ca1994 100644 --- a/sw/inc/fmteiro.hxx +++ b/sw/inc/fmteiro.hxx @@ -46,7 +46,7 @@ inline const SwFmtEditInReadonly &SwAttrSet::GetEditInReadonly(bool bInP) const { return static_cast<const SwFmtEditInReadonly&>(Get( RES_EDIT_IN_READONLY,bInP)); } inline const SwFmtEditInReadonly &SwFmt::GetEditInReadonly(bool bInP) const - { return aSet.GetEditInReadonly(bInP); } + { return m_aSet.GetEditInReadonly(bInP); } #endif |