summaryrefslogtreecommitdiff
path: root/forms/source/component/RadioButton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/RadioButton.cxx')
-rw-r--r--forms/source/component/RadioButton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/RadioButton.cxx b/forms/source/component/RadioButton.cxx
index 5505ee92ea85..0983da167967 100644
--- a/forms/source/component/RadioButton.cxx
+++ b/forms/source/component/RadioButton.cxx
@@ -247,7 +247,7 @@ void ORadioButtonModel::describeFixedProperties( Sequence< Property >& _rProps )
OUString SAL_CALL ORadioButtonModel::getServiceName()
{
- return OUString(FRM_COMPONENT_RADIOBUTTON); // old (non-sun) name for compatibility !
+ return FRM_COMPONENT_RADIOBUTTON; // old (non-sun) name for compatibility !
}