mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
* src/insets/insetert.C:
* src/insets/insetoptarg.C: add comment that we do not output anything for plaintext output INTENTIONALLY git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17244 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e7f4618bcc
commit
2148e75116
@ -174,7 +174,7 @@ int InsetERT::latex(Buffer const &, odocstream & os,
|
||||
int InsetERT::plaintext(Buffer const &, odocstream &,
|
||||
OutputParams const &) const
|
||||
{
|
||||
return 0;
|
||||
return 0; // do not output TeX code
|
||||
}
|
||||
|
||||
|
||||
|
@ -77,7 +77,7 @@ int InsetOptArg::latex(Buffer const &, odocstream &,
|
||||
int InsetOptArg::plaintext(Buffer const &, odocstream &,
|
||||
OutputParams const &) const
|
||||
{
|
||||
return 0;
|
||||
return 0; // do not output optional arguments
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user