summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/tree/treecontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/tree/treecontrol.cxx')
-rw-r--r--toolkit/source/controls/tree/treecontrol.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/controls/tree/treecontrol.cxx b/toolkit/source/controls/tree/treecontrol.cxx
index c696220001f7..815292098f29 100644
--- a/toolkit/source/controls/tree/treecontrol.cxx
+++ b/toolkit/source/controls/tree/treecontrol.cxx
@@ -76,7 +76,7 @@ rtl::Reference<UnoControlModel> UnoTreeModel::Clone() const
OUString UnoTreeModel::getServiceName()
{
- return "com.sun.star.awt.tree.TreeControlModel";
+ return u"com.sun.star.awt.tree.TreeControlModel"_ustr;
}
Any UnoTreeModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const
@@ -97,7 +97,7 @@ Any UnoTreeModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const
case BASEPROPERTY_TREE_SHOWSHANDLES:
return Any( true );
case BASEPROPERTY_DEFAULTCONTROL:
- return uno::Any( OUString( "com.sun.star.awt.tree.TreeControl" ) );
+ return uno::Any( u"com.sun.star.awt.tree.TreeControl"_ustr );
default:
return UnoControlModel::ImplGetDefaultValue( nPropId );
}
@@ -189,7 +189,7 @@ UnoTreeControl::UnoTreeControl()
OUString UnoTreeControl::GetComponentServiceName() const
{
- return "Tree";
+ return u"Tree"_ustr;
}