diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-18 16:23:19 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-19 23:41:09 +0100 |
commit | 181feb38d95e25980b96c2f6802cc906410abb13 (patch) | |
tree | 3fd201e8ac011ba7a2d710e876248fcec803b0e7 /sw/source | |
parent | 3170b41ddcc69a2f65d8ae48352a183937badce9 (diff) |
more privacy tweaks
Change-Id: Id0d81d2216692f9b596493b5a424fea656295b71
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/attr/calbck.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/attr/calbck.cxx b/sw/source/core/attr/calbck.cxx index 86f2d7459ec1..ee786939ea87 100644 --- a/sw/source/core/attr/calbck.cxx +++ b/sw/source/core/attr/calbck.cxx @@ -152,7 +152,7 @@ void SwModify::Add( SwClient* pDepend ) { for(auto& rIter : sw::ClientIteratorBase::our_pClientIters->GetRingContainer()) { - OSL_ENSURE( &rIter.GetModify() != pRoot, "Client added to active ClientIter" ); + OSL_ENSURE( &rIter.m_rRoot != pRoot, "Client added to active ClientIter" ); } } #endif |