summaryrefslogtreecommitdiff
path: root/idl/source/prj/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/source/prj/parser.cxx')
-rw-r--r--idl/source/prj/parser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/prj/parser.cxx b/idl/source/prj/parser.cxx
index c1a309679909..48e75741c90d 100644
--- a/idl/source/prj/parser.cxx
+++ b/idl/source/prj/parser.cxx
@@ -38,7 +38,7 @@ void SvIdlParser::ReadSvIdl( const OUString & rPath )
return;
Read( SvHash_module() );
- tools::SvRef<SvMetaModule> aModule = new SvMetaModule( false/*bImported*/ );
+ tools::SvRef<SvMetaModule> aModule = new SvMetaModule;
ReadModuleHeader(*aModule);
rBase.GetModuleList().push_back( aModule );
}