forms: FORMS_CONSTASCII_STRING is no longer needed

Change-Id: I2b666f0e48db4c97cc4c641480a82681f5057ac2
This commit is contained in:
Miklos Vajna
2013-04-23 11:48:24 +02:00
parent 9a943e585a
commit 8ed6f1c2bf
31 changed files with 464 additions and 508 deletions

View File

@@ -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 !
}
//------------------------------------------------------------------------------