diff options
author | Andre Fischer <af@apache.org> | 2013-05-08 12:01:43 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:30 +0100 |
commit | 4836645dfddcc7cc18e0b8727ba10bbc41da0f8b (patch) | |
tree | ccfaff62c9516e27cb50f9bbd14146dbf08007c2 /sfx2/source/sidebar/TabBar.cxx | |
parent | dfad0013ef079813b0b795d32a4fcb830f3b1577 (diff) |
Related: #i122251# Avoid compiler warning
(cherry picked from commit 4a84ca3c6515bddb02a789d9386b6c6e74b037dc)
Change-Id: I24bac356682aff5905010485eac833037f585764
Diffstat (limited to 'sfx2/source/sidebar/TabBar.cxx')
-rw-r--r-- | sfx2/source/sidebar/TabBar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |