summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/textapi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/fields/textapi.cxx')
-rw-r--r--sw/source/core/fields/textapi.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/fields/textapi.cxx b/sw/source/core/fields/textapi.cxx
index cc7b11fb7747..070e1041f449 100644
--- a/sw/source/core/fields/textapi.cxx
+++ b/sw/source/core/fields/textapi.cxx
@@ -44,15 +44,15 @@ static const SvxItemPropertySet* ImplGetSvxTextPortionPropertySet()
SVX_UNOEDIT_FONT_PROPERTIES,
SVX_UNOEDIT_OUTLINER_PROPERTIES,
SVX_UNOEDIT_PARA_PROPERTIES,
- {"TextField", EE_FEATURE_FIELD,
+ {u"TextField", EE_FEATURE_FIELD,
cppu::UnoType<text::XTextField>::get(), beans::PropertyAttribute::READONLY, 0 },
- {"TextPortionType", WID_PORTIONTYPE,
+ {u"TextPortionType", WID_PORTIONTYPE,
::cppu::UnoType<OUString>::get(), beans::PropertyAttribute::READONLY, 0 },
- {"TextUserDefinedAttributes", EE_CHAR_XMLATTRIBS,
+ {u"TextUserDefinedAttributes", EE_CHAR_XMLATTRIBS,
cppu::UnoType<css::container::XNameContainer>::get(), 0, 0},
- {"ParaUserDefinedAttributes", EE_PARA_XMLATTRIBS,
+ {u"ParaUserDefinedAttributes", EE_PARA_XMLATTRIBS,
cppu::UnoType<css::container::XNameContainer>::get(), 0, 0},
- { "", 0, css::uno::Type(), 0, 0 }
+ { u"", 0, css::uno::Type(), 0, 0 }
};
static SvxItemPropertySet aSvxTextPortionPropertySet( aSvxTextPortionPropertyMap, EditEngine::GetGlobalItemPool() );
return &aSvxTextPortionPropertySet;