summaryrefslogtreecommitdiff
path: root/forms/source/component/CheckBox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/CheckBox.cxx')
-rw-r--r--forms/source/component/CheckBox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/CheckBox.cxx b/forms/source/component/CheckBox.cxx
index a62e6dce38eb..1966a53fab06 100644
--- a/forms/source/component/CheckBox.cxx
+++ b/forms/source/component/CheckBox.cxx
@@ -117,7 +117,7 @@ void OCheckBoxModel::describeFixedProperties( Sequence< Property >& _rProps ) co
OUString SAL_CALL OCheckBoxModel::getServiceName()
{
- return OUString(FRM_COMPONENT_CHECKBOX); // old (non-sun) name for compatibility !
+ return FRM_COMPONENT_CHECKBOX; // old (non-sun) name for compatibility !
}