Kaydet (Commit) 362b4e9b authored tarafından Michael Stahl's avatar Michael Stahl

try not to change the serialization format

üst 5c8549c7
......@@ -501,7 +501,7 @@ void SwNumRulesWithName::_SwNumFmtGlobal::Store( SvStream& rStream )
}
rStream << nCharPoolId;
rStream.WriteUniOrByteString( sCharFmtName, eEncoding );
rStream << aItems.size();
rStream << static_cast<sal_uInt16>(aItems.size());
for( sal_uInt16 n = aItems.size(); n; )
{
......
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