diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-30 20:24:30 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-30 22:35:56 +0000 |
commit | d564a5b8a933e8a3c5bcc46a215d12f36cb4f916 (patch) | |
tree | 90927963c1af2ac8b6b0450db6610e7989bf8aff /sw/inc/fmtfollowtextflow.hxx | |
parent | 415c62dc3c3e66f837ec0c89c5bc2d65e17641a7 (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/fmtfollowtextflow.hxx')
-rw-r--r-- | sw/inc/fmtfollowtextflow.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtfollowtextflow.hxx b/sw/inc/fmtfollowtextflow.hxx index 24f68138b229..7152b7f0f764 100644 --- a/sw/inc/fmtfollowtextflow.hxx +++ b/sw/inc/fmtfollowtextflow.hxx @@ -49,7 +49,7 @@ inline const SwFmtFollowTextFlow &SwAttrSet::GetFollowTextFlow(bool bInP) const { return static_cast<const SwFmtFollowTextFlow&>(Get( RES_FOLLOW_TEXT_FLOW, bInP )); } inline const SwFmtFollowTextFlow &SwFmt::GetFollowTextFlow(bool bInP) const - { return aSet.GetFollowTextFlow( bInP ); } + { return m_aSet.GetFollowTextFlow( bInP ); } #endif |