From 85825e0fd54551735ef05b8484f71974734b9135 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 22 Apr 2016 10:08:07 +0200 Subject: Avoid reserved identifiers Change-Id: I27ff0f4f0eb395d7e0a60dd604758c220a3134c4 --- sw/source/core/doc/CntntIdxStore.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/core/doc/CntntIdxStore.cxx') diff --git a/sw/source/core/doc/CntntIdxStore.cxx b/sw/source/core/doc/CntntIdxStore.cxx index 1aee7002a4ef..bd827289f405 100644 --- a/sw/source/core/doc/CntntIdxStore.cxx +++ b/sw/source/core/doc/CntntIdxStore.cxx @@ -423,7 +423,7 @@ void ContentIdxStoreImpl::SaveShellCursors(SwDoc* pDoc, sal_uLong nNode, sal_Int } while ( (_pStackCursor != nullptr ) && ((_pStackCursor = _pStackCursor->GetNext()) != static_cast(&rCurShell)->GetStackCursor()) ); - for(SwPaM& rPaM : (static_cast(&rCurShell)->_GetCursor())->GetRingContainer()) + for(SwPaM& rPaM : (static_cast(&rCurShell)->GetCursor_())->GetRingContainer()) { lcl_ChkPaMBoth( m_aShellCursorEntries, nNode, nContent, rPaM); } -- cgit v1.2.3