Kaydet (Commit) 242b51c9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringconcat

Change-Id: If9f31840b57ea1a80e85ef4a38f9d3c408babf13
üst fe10783e
...@@ -57,7 +57,7 @@ IMPL_LINK_TYPED(CrashReportDialog, BtnHdl, Button*, pBtn, void) ...@@ -57,7 +57,7 @@ IMPL_LINK_TYPED(CrashReportDialog, BtnHdl, Button*, pBtn, void)
{ {
std::string ini_path = CrashReporter::getIniFileName(); std::string ini_path = CrashReporter::getIniFileName();
OUString aCommand; OUString aCommand;
osl::FileBase::getSystemPathFromFileURL(getLibDir() + "/minidump_upload" + SAL_EXEEXTENSION, aCommand); osl::FileBase::getSystemPathFromFileURL(getLibDir() + "/minidump_upload" SAL_EXEEXTENSION, aCommand);
aCommand = aCommand; aCommand = aCommand;
OString aOStringCommand = rtl::OUStringToOString(aCommand, RTL_TEXTENCODING_UTF8) + " " + ini_path.c_str(); OString aOStringCommand = rtl::OUStringToOString(aCommand, RTL_TEXTENCODING_UTF8) + " " + ini_path.c_str();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment