summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk/unopkg
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-19 17:18:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-19 17:18:26 +0200
commitd2846c46624d3996b98a3810b083452f49400cb4 (patch)
treebada00b5be6cd94285e6587c481a46f344b9b8f9 /desktop/source/pkgchk/unopkg
parentc556c65d7179a7aabe6553f2c9fc4f573d39355e (diff)
loplugin:stringcopy: desktop
Change-Id: Ic27d5296dc6854a27f4848dc9047feef90cb6ff7
Diffstat (limited to 'desktop/source/pkgchk/unopkg')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_app.cxx b/desktop/source/pkgchk/unopkg/unopkg_app.cxx
index 31a93cecea8a..b50374694e41 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_app.cxx
+++ b/desktop/source/pkgchk/unopkg/unopkg_app.cxx
@@ -598,7 +598,7 @@ extern "C" int unopkg_main()
Any exc( ::cppu::getCaughtException() );
dp_misc::writeConsoleError("\nERROR: " +
- OUString(option_verbose ? e.Message + "\nException details: \n" +
+ (option_verbose ? e.Message + "\nException details: \n" +
::comphelper::anyToString(exc) : e.Message) + "\n");
}
if (!bNoOtherErrorMsg)