Kaydet (Commit) 9f164e94 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

warning C4365: 'argument' : conversion from 'sal_Int32' to 'sal_uInt32'

Change-Id: I2836ce249e57b1129947616f85894afc16b45547
üst 4469c60a
......@@ -1877,7 +1877,7 @@ public:
inline static RC create(
const ::rtl::OUString& ustrDirectoryURL,
sal_Int32 flags = osl_File_OpenFlag_Read | osl_File_OpenFlag_Write )
sal_uInt32 flags = osl_File_OpenFlag_Read | osl_File_OpenFlag_Write )
{
return static_cast< RC >(
osl_createDirectoryWithFlags( ustrDirectoryURL.pData, flags ) );
......
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