Kaydet (Commit) 6708edc8 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

typo

Change-Id: Ia400c34f91f190453aa9cf87480d4559d8818a58
üst 8018d8d7
...@@ -2055,7 +2055,7 @@ void CntntIdxStoreImpl::RestoreUnoCrsrs(SwDoc* pDoc, sal_uLong nNode, sal_Int32 ...@@ -2055,7 +2055,7 @@ void CntntIdxStoreImpl::RestoreUnoCrsrs(SwDoc* pDoc, sal_uLong nNode, sal_Int32
sal_uInt16 nCnt = 0; sal_uInt16 nCnt = 0;
BOOST_FOREACH(const SwUnoCrsr* pUnoCrsr, pDoc->GetUnoCrsrTbl()) BOOST_FOREACH(const SwUnoCrsr* pUnoCrsr, pDoc->GetUnoCrsrTbl())
{ {
SAL_INFO("sw.core", "::Looking for Index " << aEntry.m_nIdx << " now at PaM Index" << nCnt << ": " << pUnoCrsr); SAL_INFO("sw.core", "Looking for Index " << aEntry.m_nIdx << " now at PaM Index" << nCnt << ": " << pUnoCrsr);
SwPosition* pPos = NULL; SwPosition* pPos = NULL;
FOREACHPAM_START( const_cast<SwUnoCrsr*>(pUnoCrsr) ) FOREACHPAM_START( const_cast<SwUnoCrsr*>(pUnoCrsr) )
if( aEntry.m_nIdx == nCnt ) if( aEntry.m_nIdx == nCnt )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment