Related: #i122251# Avoid compiler warning

(cherry picked from commit 4a84ca3c6515bddb02a789d9386b6c6e74b037dc)

Change-Id: I24bac356682aff5905010485eac833037f585764
diff --git a/sfx2/source/sidebar/TabBar.cxx b/sfx2/source/sidebar/TabBar.cxx
index 5f8c4f5..11f8e2e 100644
--- a/sfx2/source/sidebar/TabBar.cxx
+++ b/sfx2/source/sidebar/TabBar.cxx
@@ -254,7 +254,7 @@ void TabBar::DataChanged (const DataChangedEvent& rDataChangedEvent)



long TabBar::Notify (NotifyEvent& rEvent)
long TabBar::Notify (NotifyEvent&)
{
    return sal_False;
}