[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Tue Mar 17 08:34:56 PDT 2015
sw/source/core/attr/calbck.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 2f49c0bdd67919a5b75c2692d4a18f6a53f355fb
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Mar 17 16:34:06 2015 +0100
Fix MSVC build
Change-Id: Ibe96a03b4ac6e93501b4512ecd28975956a6f37f
diff --git a/sw/source/core/attr/calbck.cxx b/sw/source/core/attr/calbck.cxx
index 0ea5389..a19229d 100644
--- a/sw/source/core/attr/calbck.cxx
+++ b/sw/source/core/attr/calbck.cxx
@@ -151,7 +151,9 @@ void SwModify::Add( SwClient* pDepend )
if(SwClientIter::our_pClientIters)
{
for(auto& rIter : SwClientIter::our_pClientIters->GetRingContainer())
+ {
OSL_ENSURE( &rIter.GetModify() != pRoot, "Client added to active ClientIter" );
+ }
}
#endif
// deregister new client in case it is already registered elsewhere
More information about the Libreoffice-commits
mailing list