Kaydet (Commit) 2f7bb2ee authored tarafından Caolán McNamara's avatar Caolán McNamara

cppunit: prefer prefix variant

üst c9ab9761
...@@ -193,7 +193,7 @@ uno::Any anyFromString( OUString const& value, uno::Type const& type ) ...@@ -193,7 +193,7 @@ uno::Any anyFromString( OUString const& value, uno::Type const& type )
uno::Sequence< OUString > seq( values.size() ); uno::Sequence< OUString > seq( values.size() );
i = 0; i = 0;
for ( std::list< OUString >::const_iterator it = values.begin(); for ( std::list< OUString >::const_iterator it = values.begin();
it != values.end(); it++, ++i ) it != values.end(); ++it, ++i )
seq[ i ] = *it; seq[ i ] = *it;
return uno::makeAny( seq ); return uno::makeAny( seq );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment