summaryrefslogtreecommitdiff
path: root/forms/source/component/ImageControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/ImageControl.cxx')
-rw-r--r--forms/source/component/ImageControl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx
index 37b2eda2cb07..7f5d323fe691 100644
--- a/forms/source/component/ImageControl.cxx
+++ b/forms/source/component/ImageControl.cxx
@@ -339,7 +339,7 @@ void OImageControlModel::describeAggregateProperties( Sequence< Property >& /* [
OUString OImageControlModel::getServiceName()
{
- return OUString(FRM_COMPONENT_IMAGECONTROL); // old (non-sun) name for compatibility !
+ return FRM_COMPONENT_IMAGECONTROL; // old (non-sun) name for compatibility !
}