]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetoptarg.C
* BufferParams:
[lyx.git] / src / insets / insetoptarg.C
index 600d5ebda112795dd067cce789ce6c871854ccc5..d1ee34b50d29b102c861f840846e2e343dffe30d 100644 (file)
@@ -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
 }