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

xub_StrLen->sal_Size

Change-Id: Iac6b7a01dd35fb6bb350644235409c4019a0a086
üst 46d5aa65
...@@ -1972,7 +1972,7 @@ void BrokenRecoveryDialog::impl_askForSavePath() ...@@ -1972,7 +1972,7 @@ void BrokenRecoveryDialog::impl_askForSavePath()
if ( ::osl::FileBase::E_None == result ) if ( ::osl::FileBase::E_None == result )
{ {
OString aTemp( aBuffer, static_cast< xub_StrLen >( aBytesRead ) ); OString aTemp(aBuffer, static_cast<sal_Size>(aBytesRead));
aContent += aTemp; aContent += aTemp;
} }
} while ( ::osl::FileBase::E_None == result && aBytesRead ); } while ( ::osl::FileBase::E_None == result && aBytesRead );
......
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