summaryrefslogtreecommitdiff
path: root/idl/source/objects
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-22 15:59:13 +0200
committerNoel Grandin <noel@peralex.com>2016-02-23 10:07:09 +0200
commit20276795b7a3b968fca873f29bbb971afc9fc0a8 (patch)
tree6f2bba70a6cdf0c7ee197f07bd6954dd331583c1 /idl/source/objects
parentb4203f530c856bafb117a7391905b25c3a5baa4b (diff)
small cleanups in .SDI parser
Change-Id: Ic7122e3ecfe2914e27945fd508199f7ec1d6bdab
Diffstat (limited to 'idl/source/objects')
-rw-r--r--idl/source/objects/slot.cxx2
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