diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-07-01 15:45:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-07-01 15:45:52 +0200 |
commit | e50ef195bc95f3f410119f623928382cb88b45d2 (patch) | |
tree | 0897c005806c84d7e2add9f4a2d407ff4fe911a5 /vcl/unx | |
parent | 363e39d63621b6c7017854ca5bb2f7668bb35846 (diff) |
New loplugin:stringconcat
Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/generic/app/sm.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/generic/app/sm.cxx b/vcl/unx/generic/app/sm.cxx index 51a1bc392bef..5ce45b825580 100644 --- a/vcl/unx/generic/app/sm.cxx +++ b/vcl/unx/generic/app/sm.cxx @@ -316,13 +316,13 @@ void SessionManagerClient::SaveYourselfProc( Bool ) { - SAL_INFO("vcl.sm", "Session: save yourself," << - "save_type " << + SAL_INFO("vcl.sm", "Session: save yourself, " + "save_type " " local: " << (save_type == SmSaveLocal) << " global: " << (save_type == SmSaveGlobal) << " both: " << (save_type == SmSaveBoth) << " shutdown: " << shutdown << - " interact_style: " << + " interact_style: " " SmInteractStyleNone: " << (interact_style == SmInteractStyleNone) << " SmInteractStyleErrors: " << (interact_style == SmInteractStyleErrors) << " SmInteractStyleErrors: " << (interact_style == SmInteractStyleAny)); |