summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-07-13 01:13:16 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-07-13 01:22:15 +0200
commit6708edc8952108f4bfb3bbac3e3e50afa64e1539 (patch)
tree130183cbe648495026a98e5e1334fb48250e8ddd
parent8018d8d7e3b120c973a27bb4cd74df81ad5f8463 (diff)
typo
Change-Id: Ia400c34f91f190453aa9cf87480d4559d8818a58
-rw-r--r--sw/source/core/doc/docbm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx
index 1e896b7810df..68a3574401b7 100644
--- a/sw/source/core/doc/docbm.cxx
+++ b/sw/source/core/doc/docbm.cxx
@@ -2055,7 +2055,7 @@ void CntntIdxStoreImpl::RestoreUnoCrsrs(SwDoc* pDoc, sal_uLong nNode, sal_Int32
sal_uInt16 nCnt = 0;
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;
FOREACHPAM_START( const_cast<SwUnoCrsr*>(pUnoCrsr) )
if( aEntry.m_nIdx == nCnt )