diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-04-10 15:13:22 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-04-10 15:14:28 +0100 |
commit | 4e3baf32d90a4747381f869837da5cf8fb3fb7f8 (patch) | |
tree | 78a34771ba525671af10c8c3fecc8ea914cb2e04 /idl/source/objects/basobj.cxx | |
parent | 72a0656fb5ff51b6afe36dbb099d15f6ae7f7c18 (diff) |
svidl: more helpful error message for missing slot / types.
Change-Id: I89537f526e465137f5e8c17b4d7fd134ba59af4a
Diffstat (limited to 'idl/source/objects/basobj.cxx')
-rw-r--r-- | idl/source/objects/basobj.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/idl/source/objects/basobj.cxx b/idl/source/objects/basobj.cxx index 491d485a528b..80d440027f1c 100644 --- a/idl/source/objects/basobj.cxx +++ b/idl/source/objects/basobj.cxx @@ -182,6 +182,7 @@ void SvMetaName::ReadAttributesSvIdl( SvIdlDataBase & rBase, if( !SetName( aName.getString(), &rBase ) ) rInStm.Seek( nTokPos ); } + aHelpContext.ReadSvIdl( rBase, SvHash_HelpContext(), rInStm ); aHelpText.ReadSvIdl( rBase, rInStm ); aConfigName.ReadSvIdl( SvHash_ConfigName(), rInStm ); |