diff options
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); }; |