summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/authfld.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/fields/authfld.cxx')
-rw-r--r--sw/source/core/fields/authfld.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/fields/authfld.cxx b/sw/source/core/fields/authfld.cxx
index f6215b8cff9b..06e9ccabceba 100644
--- a/sw/source/core/fields/authfld.cxx
+++ b/sw/source/core/fields/authfld.cxx
@@ -515,7 +515,7 @@ OUString SwAuthorityField::ConditionalExpandAuthIdentifier(
}
}
if(pAuthType->GetSuffix())
- sRet += OUStringLiteral1(pAuthType->GetSuffix());
+ sRet += OUStringChar(pAuthType->GetSuffix());
return sRet;
}