diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-14 09:47:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-14 10:53:29 +0000 |
commit | ba4a888ea78a7ffd061f4ce8f35454778c036ea5 (patch) | |
tree | 8f16c2ffc6650a73d24ae331322ecada805afce8 /svx | |
parent | 46d5aa65b015f19e45b4caeebe4aeee4acdb59c8 (diff) |
xub_StrLen->sal_Size
Change-Id: Iac6b7a01dd35fb6bb350644235409c4019a0a086
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/docrecovery.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index a2586fc1ca7e..808f131b8205 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -1972,7 +1972,7 @@ void BrokenRecoveryDialog::impl_askForSavePath() if ( ::osl::FileBase::E_None == result ) { - OString aTemp( aBuffer, static_cast< xub_StrLen >( aBytesRead ) ); + OString aTemp(aBuffer, static_cast<sal_Size>(aBytesRead)); aContent += aTemp; } } while ( ::osl::FileBase::E_None == result && aBytesRead ); |