Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752
Change-Id: I56f3e8b54d80f4575937f8515e8a8d9318353b8d
This commit is contained in:
@@ -1934,7 +1934,7 @@ void SbModule::handleProcedureProperties( SfxBroadcaster& rBC, const SfxHint& rH
|
|||||||
}
|
}
|
||||||
if( !pMeth ) // Let
|
if( !pMeth ) // Let
|
||||||
{
|
{
|
||||||
OUString aProcName("Property Set " );
|
OUString aProcName("Property Let " );
|
||||||
aProcName += pProcProperty->GetName();
|
aProcName += pProcProperty->GetName();
|
||||||
pMeth = Find( aProcName, SbxCLASS_METHOD );
|
pMeth = Find( aProcName, SbxCLASS_METHOD );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user