INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED
2006/11/22 12:41:42 cl 1.5.38.1: #i69285# warning free code changes for unxlngi6.pro
This commit is contained in:
parent
0c36f2c9c7
commit
d9deedcce3
1 changed files with 3 additions and 3 deletions
|
@ -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 ) )
|
||||
|
|
Loading…
Reference in a new issue