Author: af
Date: Wed May  8 12:01:43 2013
New Revision: 1480243

URL: http://svn.apache.org/r1480243
Log:
122251: Avoid compiler warning.

Modified:
    openoffice/trunk/main/sfx2/source/sidebar/TabBar.cxx

Modified: openoffice/trunk/main/sfx2/source/sidebar/TabBar.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sfx2/source/sidebar/TabBar.cxx?rev=1480243&r1=1480242&r2=1480243&view=diff
==============================================================================
--- openoffice/trunk/main/sfx2/source/sidebar/TabBar.cxx (original)
+++ openoffice/trunk/main/sfx2/source/sidebar/TabBar.cxx Wed May  8 12:01:43 
2013
@@ -270,7 +270,7 @@ void TabBar::DataChanged (const DataChan
 
 
 
-long TabBar::Notify (NotifyEvent& rEvent)
+long TabBar::Notify (NotifyEvent&)
 {
     return sal_False;
 }


Reply via email to