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