fdo#54094: Add a space in sw outline tooltips

Change-Id: I1f2046cc52261b717165a2f6838a826acefb7b09
This commit is contained in:
Cédric Bosdonnat 2012-10-10 15:27:57 +02:00
parent 9d9eb583f5
commit 0c0e5c82c7

View file

@ -1026,7 +1026,7 @@ sal_Bool SwCrsrShell::GetContentAtPos( const Point& rPt,
if( pONd )
{
rCntntAtPos.eCntntAtPos = SwContentAtPos::SW_OUTLINE;
rCntntAtPos.sStr = pONd->GetExpandTxt( 0, STRING_LEN, true );
rCntntAtPos.sStr = pONd->GetExpandTxt( 0, STRING_LEN, true, true );
bRet = sal_True;
}
}