diff --git a/sd/source/ui/animations/STLPropertySet.cxx b/sd/source/ui/animations/STLPropertySet.cxx index c37ec135c26c..b02f42d70660 100644 --- a/sd/source/ui/animations/STLPropertySet.cxx +++ b/sd/source/ui/animations/STLPropertySet.cxx @@ -4,9 +4,9 @@ * * $RCSfile: STLPropertySet.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-16 18:29:52 $ + * last change: $Author: kz $ $Date: 2006-12-12 16:52:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -66,7 +66,7 @@ void STLPropertySet::setPropertyDefaultValue( sal_Int32 nHandle, const Any& rVal maPropertyMap[ nHandle ] = aEntry; } -void STLPropertySet::setPropertyValue( sal_Int32 nHandle, const Any& rValue, sal_Int32 nState /* = STLPropertyState_DIRECT */ ) +void STLPropertySet::setPropertyValue( sal_Int32 nHandle, const Any& rValue, sal_Int32 /* nState = STLPropertyState_DIRECT */ ) { PropertyMapIter aIter; if( findProperty( nHandle, aIter ) )