return true to show pressing tab was consumed

to move focus to another toolitem

Change-Id: I12f8602dd9a963c1e84e46bad780cc3c7dbe427d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88045
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx
index c11d728..6763ca2 100644
--- a/vcl/source/window/toolbox.cxx
+++ b/vcl/source/window/toolbox.cxx
@@ -3710,7 +3710,7 @@ bool ToolBox::EventNotify( NotifyEvent& rNEvt )
                if( bNoTabCycling )
                    return DockingWindow::EventNotify( rNEvt );
                else if( ImplChangeHighlightUpDn( aKeyCode.IsShift() , bNoTabCycling ) )
                    return false;
                    return true;
                else
                    return DockingWindow::EventNotify( rNEvt );
            }