summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/recovery
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-05 10:40:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-05 10:41:04 +0100
commit9a8593e69f2d2d2f6fc25d7239cbcdebbf3711ae (patch)
treef6a4bc54682692999d575b29d69b81b49eb19b00 /dbaccess/source/core/recovery
parent5b42577cafc9562e3e5d32a6bb7e1f9fb9793bd5 (diff)
ByteString->rtl::OStringBuffer
Diffstat (limited to 'dbaccess/source/core/recovery')
-rw-r--r--dbaccess/source/core/recovery/dbdocrecovery.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/recovery/dbdocrecovery.cxx b/dbaccess/source/core/recovery/dbdocrecovery.cxx
index 42040e4b7ae2..2e754436d730 100644
--- a/dbaccess/source/core/recovery/dbdocrecovery.cxx
+++ b/dbaccess/source/core/recovery/dbdocrecovery.cxx
@@ -398,7 +398,7 @@ namespace dbaccess
message.append( "' not found in '" );
message.append( ::rtl::OUStringToOString( SubComponentRecovery::getComponentsStorageName( eComponentType ), RTL_TEXTENCODING_ASCII_US ) );
message.append( "', but required per map file!" );
- OSL_FAIL( message.makeStringAndClear() );
+ OSL_FAIL( message.getStr() );
#endif
continue;
}