INTEGRATION: CWS cmcfixes11 (1.5.36); FILE MERGED
2005/07/14 15:37:19 cmc 1.5.36.1: #i51974# update system stl debugging
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: submission.cxx,v $
|
* $RCSfile: submission.cxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.5 $
|
* $Revision: 1.6 $
|
||||||
*
|
*
|
||||||
* last change: $Author: obo $ $Date: 2005-05-03 14:41:36 $
|
* last change: $Author: obo $ $Date: 2005-07-18 08:42:50 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
@@ -497,7 +497,7 @@ sal_Bool SAL_CALL Submission::convertFastPropertyValue(
|
|||||||
while ( p >= 0 )
|
while ( p >= 0 )
|
||||||
aPrefixes.push_back( sTokenList.getToken( 0, ',', p ) );
|
aPrefixes.push_back( sTokenList.getToken( 0, ',', p ) );
|
||||||
|
|
||||||
Sequence< ::rtl::OUString > aConvertedPrefixes( aPrefixes.begin(), aPrefixes.size() );
|
Sequence< ::rtl::OUString > aConvertedPrefixes( &aPrefixes[0], aPrefixes.size() );
|
||||||
return PropertySetBase::convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, makeAny( aConvertedPrefixes ) );
|
return PropertySetBase::convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, makeAny( aConvertedPrefixes ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user