diff options
author | Andras Timar <atimar@suse.com> | 2012-09-08 18:52:08 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-09-08 18:55:14 +0200 |
commit | 74340d8b0e9c6d2799f08b66a60f404f2d1324c6 (patch) | |
tree | a454339d3becb55eb036038cb732dde0d5885ea2 /sw | |
parent | 3112c760dd59bcbdb3619f627749e7cc4462d405 (diff) |
always use multiline balloons for footnote popup quickhelp windows
Change-Id: I8536c451af9df89277f8698929c5a596a87863ae
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/docvw/edtwin2.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/docvw/edtwin2.cxx b/sw/source/ui/docvw/edtwin2.cxx index 1ad497c2edd1..c27c80349657 100644 --- a/sw/source/ui/docvw/edtwin2.cxx +++ b/sw/source/ui/docvw/edtwin2.cxx @@ -254,6 +254,7 @@ void SwEditWin::RequestHelp(const HelpEvent &rEvt) pFtn->GetFtnText( sTxt ); sTxt.Insert( SW_RESSTR( pFtn->IsEndNote() ? STR_ENDNOTE : STR_FTNNOTE ), 0 ); + bBalloon = sal_True; if( aCntntAtPos.IsInRTLText() ) nStyle |= QUICKHELP_BIDI_RTL; } |