diff options
author | Noel Power <noel.power@suse.com> | 2013-03-13 14:37:01 +0000 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-03-13 14:39:18 +0000 |
commit | 9dcfc56c7cd76de237f45cf46448c14cfbb2f45c (patch) | |
tree | 84fc1320f1217e18545b0cd76ea691731541fad9 /basic | |
parent | 97e33446de29e217cd12746f6d0586ae6eb52fc2 (diff) |
Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752
Change-Id: I56f3e8b54d80f4575937f8515e8a8d9318353b8d
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/classes/sbxmod.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx index b612ee28d212..aa53f97ad570 100644 --- a/basic/source/classes/sbxmod.cxx +++ b/basic/source/classes/sbxmod.cxx @@ -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 ); } |