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/fmtrowsplt.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/fmtrowsplt.hxx')
-rw-r--r-- | sw/inc/fmtrowsplt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtrowsplt.hxx b/sw/inc/fmtrowsplt.hxx index c9905276d1c7..5ac88cca87e0 100644 --- a/sw/inc/fmtrowsplt.hxx +++ b/sw/inc/fmtrowsplt.hxx @@ -44,7 +44,7 @@ inline const SwFmtRowSplit &SwAttrSet::GetRowSplit(bool bInP) const { return static_cast<const SwFmtRowSplit&>(Get( RES_ROW_SPLIT,bInP)); } inline const SwFmtRowSplit &SwFmt::GetRowSplit(bool bInP) const - { return aSet.GetRowSplit(bInP); } + { return m_aSet.GetRowSplit(bInP); } #endif |