Re: [Cvslog] r23235 - in /lyx-devel/trunk/src/insets: InsetBibitem.cpp...

2008-02-25 Thread rgheck
Andre Poenitz wrote: On Mon, Feb 25, 2008 at 10:13:46PM -, [EMAIL PROTECTED] wrote: +bool ParamInfo::ParamData::isOptional() const +{ + return type_ == ParamInfo::LATEX_OPTIONAL || + type_ == ParamInfo::LATEX_KV_OPTIONAL; Hmdahm.. IIRC Abdel mentioned putting the

Re: [Cvslog] r23235 - in /lyx-devel/trunk/src/insets: InsetBibitem.cpp...

2008-02-25 Thread rgheck
Andre Poenitz wrote: On Mon, Feb 25, 2008 at 10:13:46PM -, [EMAIL PROTECTED] wrote: +bool ParamInfo::ParamData::isOptional() const +{ + return type_ == ParamInfo::LATEX_OPTIONAL || + type_ == ParamInfo::LATEX_KV_OPTIONAL; Hmdahm.. IIRC Abdel mentioned putting the

Re: [Cvslog] r23235 - in /lyx-devel/trunk/src/insets: InsetBibitem.cpp...

2008-02-25 Thread Andre Poenitz
On Mon, Feb 25, 2008 at 10:13:46PM -, [EMAIL PROTECTED] wrote: > +bool ParamInfo::ParamData::isOptional() const > +{ > + return type_ == ParamInfo::LATEX_OPTIONAL || > +type_ == ParamInfo::LATEX_KV_OPTIONAL; Hmdahm.. IIRC Abdel mentioned putting the operator on the new line. A