diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 17:40:55 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 17:40:55 +0000 |
commit | eb91b0b1994aab3776c7ad959dd2d4d0a5427202 (patch) | |
tree | 50d29c59395722c0222e5141df35528371241193 /sd/source/ui | |
parent | 01f081c857b606801cd5ed7cd2d90839a58cef1f (diff) |
INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED
2006/11/22 12:42:14 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/toolpanel/ScrollPanel.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/toolpanel/ScrollPanel.cxx b/sd/source/ui/toolpanel/ScrollPanel.cxx index 266d363490ca..61bbf6fd6c21 100644 --- a/sd/source/ui/toolpanel/ScrollPanel.cxx +++ b/sd/source/ui/toolpanel/ScrollPanel.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ScrollPanel.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-16 19:13:13 $ + * last change: $Author: kz $ $Date: 2006-12-12 18:40:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -280,7 +280,7 @@ Size ScrollPanel::GetPreferredSize (void) -sal_Int32 ScrollPanel::GetPreferredWidth (sal_Int32 nHeight) +sal_Int32 ScrollPanel::GetPreferredWidth (sal_Int32 ) { return GetPreferredSize().Width(); } @@ -288,7 +288,7 @@ sal_Int32 ScrollPanel::GetPreferredWidth (sal_Int32 nHeight) -sal_Int32 ScrollPanel::GetPreferredHeight (sal_Int32 nWidth) +sal_Int32 ScrollPanel::GetPreferredHeight (sal_Int32 ) { return GetPreferredSize().Height(); } @@ -649,7 +649,7 @@ sal_Int32 ScrollPanel::SetupHorizontalScrollBar (bool bShow, sal_Int32 nRange) } -IMPL_LINK(ScrollPanel, ScrollBarHandler, ScrollBar*, pScrollBar) +IMPL_LINK(ScrollPanel, ScrollBarHandler, ScrollBar*, EMPTYARG) { maScrollOffset.X() -= maHorizontalScrollBar.GetDelta(); maScrollOffset.Y() -= maVerticalScrollBar.GetDelta(); @@ -701,7 +701,7 @@ long ScrollPanel::Notify( NotifyEvent& rNEvt ) ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible> ScrollPanel::CreateAccessibleObject ( const ::com::sun::star::uno::Reference< - ::com::sun::star::accessibility::XAccessible>& rxParent) + ::com::sun::star::accessibility::XAccessible>& ) { return new ::accessibility::AccessibleScrollPanel ( *this, |