summaryrefslogtreecommitdiffstats
path: root/svl/source/items/visitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/visitem.cxx')
-rw-r--r--svl/source/items/visitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/visitem.cxx b/svl/source/items/visitem.cxx
index 2ba61a517c6c..81523f2be65a 100644
--- a/svl/source/items/visitem.cxx
+++ b/svl/source/items/visitem.cxx
@@ -36,7 +36,7 @@ bool SfxVisibilityItem::GetPresentation(SfxItemPresentation,
OUString & rText,
const IntlWrapper&) const
{
- rText = m_nValue.bVisible ? OUStringLiteral("TRUE") : OUStringLiteral("FALSE");
+ rText = m_nValue.bVisible ? OUStringLiteral(u"TRUE") : OUStringLiteral(u"FALSE");
return true;
}