From 4836645dfddcc7cc18e0b8727ba10bbc41da0f8b Mon Sep 17 00:00:00 2001 From: Andre Fischer Date: Wed, 8 May 2013 12:01:43 +0000 Subject: Related: #i122251# Avoid compiler warning (cherry picked from commit 4a84ca3c6515bddb02a789d9386b6c6e74b037dc) Change-Id: I24bac356682aff5905010485eac833037f585764 --- sfx2/source/sidebar/TabBar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfx2/source/sidebar/TabBar.cxx b/sfx2/source/sidebar/TabBar.cxx index 5f8c4f5a7039..11f8e2ea6459 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; } -- cgit v1.2.3