diff options
Diffstat (limited to 'idl/source/objects')
-rw-r--r-- | idl/source/objects/module.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/idl/source/objects/module.cxx b/idl/source/objects/module.cxx index 43a6869efa65..4b975104836b 100644 --- a/idl/source/objects/module.cxx +++ b/idl/source/objects/module.cxx @@ -319,8 +319,7 @@ sal_Bool SvMetaModule::ReadSvIdl( SvIdlDataBase & rBase, SvTokenStream & rInStm sal_uInt32 nTokPos = rInStm.Tell(); SvToken * pTok = rInStm.GetToken_Next(); - sal_Bool bOk = sal_False; - bOk = pTok->Is( SvHash_module() ); + sal_Bool bOk = pTok->Is( SvHash_module() ); if( bOk ) { pTok = rInStm.GetToken_Next(); |