You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2013/05/08 14:01:43 UTC

svn commit: r1480243 - /openoffice/trunk/main/sfx2/source/sidebar/TabBar.cxx

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;
 }