summaryrefslogtreecommitdiff
path: root/forms/source/component/ImageButton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/ImageButton.cxx')
-rw-r--r--forms/source/component/ImageButton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/ImageButton.cxx b/forms/source/component/ImageButton.cxx
index d0b62fb4017f..63c627c93fe0 100644
--- a/forms/source/component/ImageButton.cxx
+++ b/forms/source/component/ImageButton.cxx
@@ -84,7 +84,7 @@ void OImageButtonModel::describeFixedProperties( Sequence< Property >& _rProps )
OUString OImageButtonModel::getServiceName()
{
- return OUString(FRM_COMPONENT_IMAGEBUTTON); // old (non-sun) name for compatibility !
+ return FRM_COMPONENT_IMAGEBUTTON; // old (non-sun) name for compatibility !
}
void OImageButtonModel::write(const Reference<XObjectOutputStream>& _rxOutStream)