diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 17:42:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 17:42:59 +0000 |
commit | 0b7a95daff804e187d3aab403c0bbae1e8d6ac8a (patch) | |
tree | 533ee48a8cdba9a8795214f62a2b6f13edd92297 /sd/source/ui/toolpanel/SubToolPanel.cxx | |
parent | 41a49c69b4cdaea2f90b3de56e3988ece042303c (diff) |
INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED
2006/11/22 12:42:15 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/toolpanel/SubToolPanel.cxx')
-rw-r--r-- | sd/source/ui/toolpanel/SubToolPanel.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/toolpanel/SubToolPanel.cxx b/sd/source/ui/toolpanel/SubToolPanel.cxx index cc99163993ca..f6a27724667c 100644 --- a/sd/source/ui/toolpanel/SubToolPanel.cxx +++ b/sd/source/ui/toolpanel/SubToolPanel.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SubToolPanel.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-16 19:13:56 $ + * last change: $Author: kz $ $Date: 2006-12-12 18:42:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -230,7 +230,7 @@ Size SubToolPanel::GetPreferredSize (void) -sal_Int32 SubToolPanel::GetPreferredWidth (sal_Int32 nHeight) +sal_Int32 SubToolPanel::GetPreferredWidth (sal_Int32 ) { return GetPreferredSize().Width(); } @@ -238,7 +238,7 @@ sal_Int32 SubToolPanel::GetPreferredWidth (sal_Int32 nHeight) -sal_Int32 SubToolPanel::GetPreferredHeight (sal_Int32 nWidth) +sal_Int32 SubToolPanel::GetPreferredHeight (sal_Int32 ) { return GetPreferredSize().Height(); } @@ -302,7 +302,7 @@ void SubToolPanel::Rearrange (void) mnChildrenWidth = -2*mnHorizontalBorder; mnChildrenWidth += aAvailableSize.Width(); - sal_Int32 nChildrenHeight (LayoutChildren()); + LayoutChildren(); mbIsRearrangePending = false; } @@ -446,7 +446,7 @@ IMPL_LINK(SubToolPanel, WindowEventListener, VclSimpleEvent*, pEvent) ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible> SubToolPanel::CreateAccessibleObject ( const ::com::sun::star::uno::Reference< - ::com::sun::star::accessibility::XAccessible>& rxParent) + ::com::sun::star::accessibility::XAccessible>& ) { return new ::accessibility::AccessibleTreeNode ( *this, |