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/fmtsrnd.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/fmtsrnd.hxx')
-rw-r--r-- | sw/inc/fmtsrnd.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtsrnd.hxx b/sw/inc/fmtsrnd.hxx index e69da8528618..23009806fb35 100644 --- a/sw/inc/fmtsrnd.hxx +++ b/sw/inc/fmtsrnd.hxx @@ -75,7 +75,7 @@ inline const SwFmtSurround &SwAttrSet::GetSurround(bool bInP) const { return static_cast<const SwFmtSurround&>(Get( RES_SURROUND,bInP)); } inline const SwFmtSurround &SwFmt::GetSurround(bool bInP) const - { return aSet.GetSurround(bInP); } + { return m_aSet.GetSurround(bInP); } #endif |