summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-01 23:40:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-01 23:40:27 +0200
commit242b51c9f6ba0c580b73b713cbaacc4fb922c28e (patch)
tree92ef4f095e6385220672877bbaa9490eddfc61cf /svx
parentfe10783e4abd5509676c777c7aa6f172ab3a8bf6 (diff)
loplugin:stringconcat
Change-Id: If9f31840b57ea1a80e85ef4a38f9d3c408babf13
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/crashreportdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/crashreportdlg.cxx b/svx/source/dialog/crashreportdlg.cxx
index aeb5c14fb192..5d747926d5cf 100644
--- a/svx/source/dialog/crashreportdlg.cxx
+++ b/svx/source/dialog/crashreportdlg.cxx
@@ -57,7 +57,7 @@ IMPL_LINK_TYPED(CrashReportDialog, BtnHdl, Button*, pBtn, void)
{
std::string ini_path = CrashReporter::getIniFileName();
OUString aCommand;
- osl::FileBase::getSystemPathFromFileURL(getLibDir() + "/minidump_upload" + SAL_EXEEXTENSION, aCommand);
+ osl::FileBase::getSystemPathFromFileURL(getLibDir() + "/minidump_upload" SAL_EXEEXTENSION, aCommand);
aCommand = aCommand;
OString aOStringCommand = rtl::OUStringToOString(aCommand, RTL_TEXTENCODING_UTF8) + " " + ini_path.c_str();