[Libreoffice-commits] .: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Sep 8 09:53:36 PDT 2012


 sw/source/ui/docvw/edtwin2.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 74340d8b0e9c6d2799f08b66a60f404f2d1324c6
Author: Andras Timar <atimar at suse.com>
Date:   Sat Sep 8 18:52:08 2012 +0200

    always use multiline balloons for footnote popup quickhelp windows
    
    Change-Id: I8536c451af9df89277f8698929c5a596a87863ae

diff --git a/sw/source/ui/docvw/edtwin2.cxx b/sw/source/ui/docvw/edtwin2.cxx
index 1ad497c..c27c803 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;
                 }


More information about the Libreoffice-commits mailing list