summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/recovery/settingsimport.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/source/core/recovery/settingsimport.cxx b/dbaccess/source/core/recovery/settingsimport.cxx
index 1c46b8b0717a..b64787aa82a4 100644
--- a/dbaccess/source/core/recovery/settingsimport.cxx
+++ b/dbaccess/source/core/recovery/settingsimport.cxx
@@ -139,8 +139,7 @@ namespace dbaccess
o_rValue.clear();
// the characters building up th evalue
- OUStringBuffer aCharacters( getAccumulatedCharacters() );
- const OUString sValue = aCharacters.makeStringAndClear();
+ const OUString sValue = getAccumulatedCharacters().toString();
const OUString& rItemType( getItemType() );
ENSURE_OR_RETURN_VOID( !rItemType.isEmpty(), "no item type -> no item value" );