targeted string re-work
Change-Id: I5098274cfcc1a6ae18cfc3e8a0315fce63f05adc
This commit is contained in:
parent
5ebd637962
commit
a0a6250605
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ const Sequence< OUString > ProgressBar::impl_getStaticSupportedServiceNames()
|
|||
|
||||
const OUString ProgressBar::impl_getStaticImplementationName()
|
||||
{
|
||||
return OUString(RTL_CONSTASCII_USTRINGPARAM( IMPLEMENTATIONNAME_PROGRESSBAR ));
|
||||
return OUString(IMPLEMENTATIONNAME_PROGRESSBAR );
|
||||
}
|
||||
|
||||
//____________________________________________________________________________________________________________
|
||||
|
|
Loading…
Reference in a new issue