fdo#54094: Add a space in sw outline tooltips
Change-Id: I1f2046cc52261b717165a2f6838a826acefb7b09
This commit is contained in:
parent
9d9eb583f5
commit
0c0e5c82c7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue