Change back to 32 bit (which is hopefully right).

This commit is contained in:
Stephan Bergmann 2012-01-19 20:53:49 +01:00
parent 3c7ad92d43
commit 2fbefa3d30

View file

@ -1311,7 +1311,7 @@ sal_Bool ODbaseTable::CreateFile(const INetURLObject& aFile, sal_Bool& bCreateMe
(*m_pFileStream) << cTyp;
if ( nDbaseType == VisualFoxPro )
(*m_pFileStream) << sal_uInt16(nRecLength-1);
(*m_pFileStream) << sal_uInt32(nRecLength-1);
else
m_pFileStream->Write(aBuffer, 4);