summaryrefslogtreecommitdiff
path: root/forms/source/component/FormattedFieldWrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/FormattedFieldWrapper.cxx')
-rw-r--r--forms/source/component/FormattedFieldWrapper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/FormattedFieldWrapper.cxx b/forms/source/component/FormattedFieldWrapper.cxx
index beebbac8a78f..1a7cf9446190 100644
--- a/forms/source/component/FormattedFieldWrapper.cxx
+++ b/forms/source/component/FormattedFieldWrapper.cxx
@@ -173,12 +173,12 @@ Any SAL_CALL OFormattedFieldWrapper::queryAggregation(const Type& _rType)
OUString SAL_CALL OFormattedFieldWrapper::getServiceName()
{
// return the old compatibility name for an EditModel
- return OUString(FRM_COMPONENT_EDIT);
+ return FRM_COMPONENT_EDIT;
}
OUString SAL_CALL OFormattedFieldWrapper::getImplementationName( )
{
- return OUString("com.sun.star.comp.forms.OFormattedFieldWrapper_ForcedFormatted");
+ return "com.sun.star.comp.forms.OFormattedFieldWrapper_ForcedFormatted";
}
sal_Bool SAL_CALL OFormattedFieldWrapper::supportsService( const OUString& _rServiceName )