[Libreoffice] REVIEW REQUEST: fdo#33088

Michael Meeks michael.meeks at novell.com
Tue Jan 18 06:01:57 PST 2011


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.

-- 
 michael.meeks at novell.com  <><, Pseudo Engineer, itinerant idiot




More information about the LibreOffice mailing list