diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-22 15:59:13 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-23 10:07:09 +0200 |
commit | 20276795b7a3b968fca873f29bbb971afc9fc0a8 (patch) | |
tree | 6f2bba70a6cdf0c7ee197f07bd6954dd331583c1 /idl/source/objects | |
parent | b4203f530c856bafb117a7391905b25c3a5baa4b (diff) |
small cleanups in .SDI parser
Change-Id: Ic7122e3ecfe2914e27945fd508199f7ec1d6bdab
Diffstat (limited to 'idl/source/objects')
-rw-r--r-- | idl/source/objects/slot.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx index 35920f92f514..2b2e23c55f0e 100644 --- a/idl/source/objects/slot.cxx +++ b/idl/source/objects/slot.cxx @@ -377,7 +377,7 @@ bool SvMetaSlot::ReadSvIdl( SvIdlDataBase & rBase, SvTokenStream & rInStm ) { bOk = SvMetaAttribute::ReadSvIdl( rBase, rInStm ); - SvMetaAttribute *pAttr2 = rBase.SearchKnownAttr( GetSlotId() ); + SvMetaAttribute *pAttr2 = rBase.FindKnownAttr( GetSlotId() ); if( pAttr2 ) { // for testing purposes: reference in case of complete definition |