diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-11 15:19:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-12 09:13:43 +0200 |
commit | e60296840bf9da3f61a3cce02e1369e4315354b3 (patch) | |
tree | ca293c474955b19750b42f0208da7c8c9052cc47 /idl/inc | |
parent | 62225eeb9832b982023dca6c5ce2bc64ac92728f (diff) |
move parsing of "import" into own method
Change-Id: Ib3b3fb6fea52b846ada6fb92478ae8f9f769a665
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/parser.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/idl/inc/parser.hxx b/idl/inc/parser.hxx index 8a15bb48a7bc..97cb3d50d29d 100644 --- a/idl/inc/parser.hxx +++ b/idl/inc/parser.hxx @@ -32,6 +32,7 @@ class SvIdlParser public: SvIdlParser( SvIdlDataBase& rBase_, SvTokenStream & rInStrm_) : rBase(rBase_), rInStm(rInStrm_) {} bool ReadSvIdl( bool bImported, const OUString & rPath ); + bool ReadModuleImport(const OUString & rPath); }; |