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

@@ -152,7 +152,7 @@ void ONumericModel::describeFixedProperties( Sequence< Property >& _rProps ) con
//------------------------------------------------------------------------------
OUString SAL_CALL ONumericModel::getServiceName() throw ( ::com::sun::star::uno::RuntimeException)
{
return FRM_COMPONENT_NUMERICFIELD; // old (non-sun) name for compatibility !
return OUString(FRM_COMPONENT_NUMERICFIELD); // old (non-sun) name for compatibility !
}
//------------------------------------------------------------------------------