summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/controls/SlideTransitionPanel.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 17:52:01 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 17:52:01 +0000
commitbee12ed74b6b5151b6268bfbcd8fc6eadcfea7b7 (patch)
tree3c067b8b8e4d15f46fb65015fe9304dfc778215f /sd/source/ui/toolpanel/controls/SlideTransitionPanel.cxx
parentbbaeb29bc1e51d99d70e684c076073184b4c3629 (diff)
INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED
2006/11/22 12:42:17 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/toolpanel/controls/SlideTransitionPanel.cxx')
-rw-r--r--sd/source/ui/toolpanel/controls/SlideTransitionPanel.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/toolpanel/controls/SlideTransitionPanel.cxx b/sd/source/ui/toolpanel/controls/SlideTransitionPanel.cxx
index 2aa437a4ca35..c91cdc14a014 100644
--- a/sd/source/ui/toolpanel/controls/SlideTransitionPanel.cxx
+++ b/sd/source/ui/toolpanel/controls/SlideTransitionPanel.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SlideTransitionPanel.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 19:20:57 $
+ * last change: $Author: kz $ $Date: 2006-12-12 18:52:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -79,11 +79,11 @@ Size SlideTransitionPanel::GetPreferredSize()
{
return maPreferredSize;
}
-sal_Int32 SlideTransitionPanel::GetPreferredWidth(sal_Int32 nHeigh)
+sal_Int32 SlideTransitionPanel::GetPreferredWidth(sal_Int32 )
{
return maPreferredSize.Width();
}
-sal_Int32 SlideTransitionPanel::GetPreferredHeight(sal_Int32 nWidth)
+sal_Int32 SlideTransitionPanel::GetPreferredHeight(sal_Int32 )
{
return maPreferredSize.Height();
}
@@ -106,7 +106,7 @@ bool SlideTransitionPanel::IsExpandable() const
::com::sun::star::uno::Reference<
::com::sun::star::accessibility::XAccessible> SlideTransitionPanel::CreateAccessibleObject (
const ::com::sun::star::uno::Reference<
- ::com::sun::star::accessibility::XAccessible>& rxParent)
+ ::com::sun::star::accessibility::XAccessible>& )
{
if (GetWindow() != NULL)
return GetWindow()->GetAccessible();