On Tue, 2011-01-18 at 06:36 -0700, Tor Lillqvist wrote:
> Thorsten asked for an actual diff, so here:

        You have an approval from me.

        However - I would like to do the same thing in the toolbar code:

diff --git a/vcl/source/window/toolbox2.cxx
b/vcl/source/window/toolbox2.cxx
index 7bceb0a..72ae6cb 100644
--- a/vcl/source/window/toolbox2.cxx
+++ b/vcl/source/window/toolbox2.cxx
@@ -522,7 +522,7 @@ void ToolBox::Highlight()
     ImplCallEventListeners( VCLEVENT_TOOLBOX_HIGHLIGHT );
     maHighlightHdl.Call( this );
 
-    XubString aStr = GetHelpText( mnCurItemId );
+    XubString aStr; // = GetHelpText( mnCurItemId );
     if ( aStr.Len() || mbHideStatusText )
     {
         GetpApp()->ShowHelpStatusText( aStr );

        No point in fixing one without the other (I assume).

        Thanks,

                Michael.

-- 
 [email protected]  <><, Pseudo Engineer, itinerant idiot


_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to