summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-10-10 15:27:57 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-10-15 11:16:08 +0200
commit358c53f9751ba8c27097aea25707af70ddb729d5 (patch)
treef6afb7d067e1e18b0f5c565bdee3c3dc8d77ae17 /sw
parent4339c9e6a0e01acecd0ce687a8d0c20128cdd7cf (diff)
fdo#54094: Add a space in sw outline tooltips
Change-Id: I1f2046cc52261b717165a2f6838a826acefb7b09 (cherry picked from commit 0c0e5c82c7d9fb790d0894c28af5cff99d71a910)
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/crsr/crstrvl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/crstrvl.cxx b/sw/source/core/crsr/crstrvl.cxx
index 80a2ba58692e..d1a4faefc3aa 100644
--- a/sw/source/core/crsr/crstrvl.cxx
+++ b/sw/source/core/crsr/crstrvl.cxx
@@ -1031,7 +1031,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;
}
}