diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-04-23 11:48:24 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-04-23 11:58:32 +0200 |
commit | 8ed6f1c2bf1f3ffe7da79a5a8765de7b3ec8523f (patch) | |
tree | 4d96d9166a0933ca8d6fad73ba6d7a9adcb27bc0 /forms/source/component/ImageButton.cxx | |
parent | 9a943e585a93f39d7b64d0490b66054f32eee068 (diff) |
forms: FORMS_CONSTASCII_STRING is no longer needed
Change-Id: I2b666f0e48db4c97cc4c641480a82681f5057ac2
Diffstat (limited to 'forms/source/component/ImageButton.cxx')
-rw-r--r-- | forms/source/component/ImageButton.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/ImageButton.cxx b/forms/source/component/ImageButton.cxx index 7fa744c50ea3..e5f66eff329a 100644 --- a/forms/source/component/ImageButton.cxx +++ b/forms/source/component/ImageButton.cxx @@ -104,7 +104,7 @@ void OImageButtonModel::describeFixedProperties( Sequence< Property >& _rProps ) //------------------------------------------------------------------------------ OUString OImageButtonModel::getServiceName() throw ( ::com::sun::star::uno::RuntimeException) { - return FRM_COMPONENT_IMAGEBUTTON; // old (non-sun) name for compatibility ! + return OUString(FRM_COMPONENT_IMAGEBUTTON); // old (non-sun) name for compatibility ! } //------------------------------------------------------------------------------ |