summaryrefslogtreecommitdiffstats
path: root/include/comphelper/traceevent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/traceevent.hxx')
-rw-r--r--include/comphelper/traceevent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/traceevent.hxx b/include/comphelper/traceevent.hxx
index 6409c43eee4a..3d44a7a2dbe7 100644
--- a/include/comphelper/traceevent.hxx
+++ b/include/comphelper/traceevent.hxx
@@ -61,7 +61,7 @@ protected:
static OUString createArgsString(const std::map<OUString, OUString>& args)
{
if (args.size() == 0)
- return "";
+ return u""_ustr;
OUStringBuffer sResult(",\"args\":{");
bool first = true;