summaryrefslogtreecommitdiff
path: root/idl/inc/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/parser.hxx')
-rw-r--r--idl/inc/parser.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/idl/inc/parser.hxx b/idl/inc/parser.hxx
index 8418d0be77da..ccd2f64ae06d 100644
--- a/idl/inc/parser.hxx
+++ b/idl/inc/parser.hxx
@@ -21,6 +21,7 @@
#define INCLUDED_IDL_INC_PARSER_HXX
#include <rtl/ustring.hxx>
+#include <types.hxx>
class SvTokenStream;
class SvIdlDataBase;
@@ -40,6 +41,7 @@ public:
bool ReadModuleBody(SvMetaModule& rModule);
void ReadModuleElement( SvMetaModule& rModule );
void ReadInclude( SvMetaModule& rModule );
+ void ReadInterfaceOrShell( SvMetaModule& rModule, MetaTypeType aMetaTypeType );
void ReadItem();
void ReadStruct();
void ReadEnum();