Hi Miklos,

Sorry, I badly explained what I meant in the last lines.
When I told this "But I wonder if it should be "||" or "&&" "
, I meant i don't know if it should be
if ( !pCtx->hasType || !pCtx->hasScope ) 
or
if ( !pCtx->hasType && !pCtx->hasScope ) 

Julien

--
View this message in context: 
http://nabble.documentfoundation.org/About-Same-expression-on-both-sides-of-in-LockEntrySequence-cxx-tp3661021p3661197.html
Sent from the Dev mailing list archive at Nabble.com.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to