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, 1 insertions, 1 deletions
diff --git a/idl/inc/parser.hxx b/idl/inc/parser.hxx
index c24fdfb9f1b1..7f6186c0af13 100644
--- a/idl/inc/parser.hxx
+++ b/idl/inc/parser.hxx
@@ -37,7 +37,7 @@ class SvIdlParser
SvTokenStream & rInStm;
public:
SvIdlParser( SvIdlDataBase& rBase_, SvTokenStream & rInStrm_) : rBase(rBase_), rInStm(rInStrm_) {}
- void ReadSvIdl( bool bImported, const OUString & rPath );
+ void ReadSvIdl( const OUString & rPath );
void ReadModuleHeader(SvMetaModule& rModule);
void ReadModuleBody(SvMetaModule& rModule);
void ReadModuleElement( SvMetaModule& rModule );