summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-09-08 18:52:08 +0200
committerAndras Timar <atimar@suse.com>2012-09-08 18:55:14 +0200
commit74340d8b0e9c6d2799f08b66a60f404f2d1324c6 (patch)
treea454339d3becb55eb036038cb732dde0d5885ea2
parent3112c760dd59bcbdb3619f627749e7cc4462d405 (diff)
always use multiline balloons for footnote popup quickhelp windows
Change-Id: I8536c451af9df89277f8698929c5a596a87863ae
-rw-r--r--sw/source/ui/docvw/edtwin2.cxx1
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;
}