diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-05 10:44:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-05 10:44:30 +0100 |
commit | 06ae02404e0d4d72f4150e8b33b491457255428e (patch) | |
tree | fbe103554b5f9580019187809703942d96de8b32 /desktop/source | |
parent | d4e1627804838d3ed4fab57faca33d5814034bf5 (diff) |
cast gone
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/deployment/registry/dp_registry.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/source/deployment/registry/dp_registry.cxx b/desktop/source/deployment/registry/dp_registry.cxx index 9e799dd2d559..36dc8f06561a 100644 --- a/desktop/source/deployment/registry/dp_registry.cxx +++ b/desktop/source/deployment/registry/dp_registry.cxx @@ -285,7 +285,8 @@ void PackageRegistryImpl::insertBackend( } } #if OSL_DEBUG_LEVEL > 0 - else { + else + { ::rtl::OUStringBuffer buf; buf.appendAscii( RTL_CONSTASCII_STRINGPARAM( @@ -299,7 +300,7 @@ void PackageRegistryImpl::insertBackend( buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"!") ); OSL_FAIL( ::rtl::OUStringToOString( buf.makeStringAndClear(), - RTL_TEXTENCODING_UTF8 ) ); + RTL_TEXTENCODING_UTF8).getStr() ); } #endif } |