diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-10-21 08:35:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-10-21 11:43:37 +0200 |
commit | c820bf8baf989814b888253525fe3f307592ba85 (patch) | |
tree | b745d5052659211270bc42b9151e653bb4490f29 /connectivity/source | |
parent | 7e4358a0ca2ae798e28b2713248ec77d50fdbdbc (diff) |
loplugin:stringadd (macOS)
Change-Id: Ic9c23fcda4c798c1ca2de5a010da292d56b10e8b
Reviewed-on: https://gerrit.libreoffice.org/81201
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/drivers/macab/MacabRecords.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/MacabRecords.cxx b/connectivity/source/drivers/macab/MacabRecords.cxx index fa9ba34b86ef..4b7220e56723 100644 --- a/connectivity/source/drivers/macab/MacabRecords.cxx +++ b/connectivity/source/drivers/macab/MacabRecords.cxx @@ -456,7 +456,7 @@ MacabHeader *MacabRecords::createHeaderForRecordType(const CFArrayRef _records, else { // Couldn't find a required property... - OSL_FAIL(OString(OString("MacabRecords::createHeaderForRecordType: could not find required property: ") + + OSL_FAIL(OString("MacabRecords::createHeaderForRecordType: could not find required property: " + OUStringToOString(CFStringToOUString(requiredProperties[i]), RTL_TEXTENCODING_ASCII_US)).getStr()); } } |