summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-15 15:36:14 +0200
committerNoel Grandin <noel@peralex.com>2016-02-15 15:47:30 +0200
commit645394f02334548d6158187308cffd65b0b4ec77 (patch)
treec3f8eae03b77955d93a2441d5968662d8bb64a5e /idl/inc
parentf7520bbc80b571a15adca5279cc7fc5e8965e53c (diff)
cid#1352218 and cid#1352216 in .SDI parser
Change-Id: I273d80b4e9fb45955c5496cf5559df5dd4b057b0
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/parser.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/inc/parser.hxx b/idl/inc/parser.hxx
index ccd2f64ae06d..225836967c00 100644
--- a/idl/inc/parser.hxx
+++ b/idl/inc/parser.hxx
@@ -36,9 +36,9 @@ class SvIdlParser
SvTokenStream & rInStm;
public:
SvIdlParser( SvIdlDataBase& rBase_, SvTokenStream & rInStrm_) : rBase(rBase_), rInStm(rInStrm_) {}
- bool ReadSvIdl( bool bImported, const OUString & rPath );
- bool ReadModuleHeader(SvMetaModule& rModule);
- bool ReadModuleBody(SvMetaModule& rModule);
+ void ReadSvIdl( bool bImported, const OUString & rPath );
+ void ReadModuleHeader(SvMetaModule& rModule);
+ void ReadModuleBody(SvMetaModule& rModule);
void ReadModuleElement( SvMetaModule& rModule );
void ReadInclude( SvMetaModule& rModule );
void ReadInterfaceOrShell( SvMetaModule& rModule, MetaTypeType aMetaTypeType );