summaryrefslogtreecommitdiffstats
path: root/include/comphelper/SetFlagContextHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/SetFlagContextHelper.hxx')
-rw-r--r--include/comphelper/SetFlagContextHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/SetFlagContextHelper.hxx b/include/comphelper/SetFlagContextHelper.hxx
index b1b15eabba26..0df596a9ee5f 100644
--- a/include/comphelper/SetFlagContextHelper.hxx
+++ b/include/comphelper/SetFlagContextHelper.hxx
@@ -53,7 +53,7 @@ inline css::uno::Reference<css::uno::XCurrentContext> NewFlagContext(const OUStr
// A specialization for preventing "Java must be enabled" interaction
inline css::uno::Reference<css::uno::XCurrentContext> NoEnableJavaInteractionContext()
{
- return NewFlagContext("DontEnableJava");
+ return NewFlagContext(u"DontEnableJava"_ustr);
}
inline bool IsContextFlagActive(const OUString& sName)