[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 15 02:14:28 PDT 2012
sw/source/core/crsr/crstrvl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 358c53f9751ba8c27097aea25707af70ddb729d5
Author: Cédric Bosdonnat <cedric.bosdonnat at free.fr>
Date: Wed Oct 10 15:27:57 2012 +0200
fdo#54094: Add a space in sw outline tooltips
Change-Id: I1f2046cc52261b717165a2f6838a826acefb7b09
(cherry picked from commit 0c0e5c82c7d9fb790d0894c28af5cff99d71a910)
diff --git a/sw/source/core/crsr/crstrvl.cxx b/sw/source/core/crsr/crstrvl.cxx
index 80a2ba5..d1a4fae 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;
}
}
More information about the Libreoffice-commits
mailing list