summaryrefslogtreecommitdiff
path: root/sw/inc/fmtcntnt.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-04-30 20:24:30 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-04-30 22:35:56 +0000
commitd564a5b8a933e8a3c5bcc46a215d12f36cb4f916 (patch)
tree90927963c1af2ac8b6b0450db6610e7989bf8aff /sw/inc/fmtcntnt.hxx
parent415c62dc3c3e66f837ec0c89c5bc2d65e17641a7 (diff)
sw: prefix members of SwFmt
Change-Id: I78efb852e5a240c90d3f8e70a3c0a358030c0dde Reviewed-on: https://gerrit.libreoffice.org/15578 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/inc/fmtcntnt.hxx')
-rw-r--r--sw/inc/fmtcntnt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtcntnt.hxx b/sw/inc/fmtcntnt.hxx
index c81bbc704b58..b11c160a3f02 100644
--- a/sw/inc/fmtcntnt.hxx
+++ b/sw/inc/fmtcntnt.hxx
@@ -52,7 +52,7 @@ inline const SwFmtCntnt &SwAttrSet::GetCntnt(bool bInP) const
{ return static_cast<const SwFmtCntnt&>(Get( RES_CNTNT,bInP)); }
inline const SwFmtCntnt &SwFmt::GetCntnt(bool bInP) const
- { return aSet.GetCntnt(bInP); }
+ { return m_aSet.GetCntnt(bInP); }
#endif