diff options
Diffstat (limited to 'connectivity/source/commontools/dbtools.cxx')
-rw-r--r-- | connectivity/source/commontools/dbtools.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/commontools/dbtools.cxx b/connectivity/source/commontools/dbtools.cxx index e54ab300f17a..c2df4738fe67 100644 --- a/connectivity/source/commontools/dbtools.cxx +++ b/connectivity/source/commontools/dbtools.cxx @@ -999,9 +999,9 @@ try { OSL_UNUSED( e ); #ifdef DBG_UTIL - OUString sMessage("TransferFormComponentProperties : could not transfer the value for property \""); - sMessage += pResult->Name; - sMessage += OUString("\""); + OUString sMessage = "TransferFormComponentProperties : could not transfer the value for property \"" + + pResult->Name + + "\""; OSL_FAIL(OUStringToOString(sMessage, RTL_TEXTENCODING_ASCII_US).getStr()); #endif } |