Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752

Change-Id: I56f3e8b54d80f4575937f8515e8a8d9318353b8d
This commit is contained in:
Noel Power 2013-03-13 14:37:01 +00:00
parent 97e33446de
commit 9dcfc56c7c

View File

@ -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 );
}