X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetOptArg.h;h=20867f299a0e321c463964bd0879d88569c88d5b;hb=d6f1915684328c6e3fe61c6eef8846b5cabec334;hp=6bdf40093df912f8dd30afde40fbefde489cb994;hpb=75999ba650ec5cb40ae31aae4ea1eb817929d09b;p=lyx.git diff --git a/src/insets/InsetOptArg.h b/src/insets/InsetOptArg.h index 6bdf40093d..20867f299a 100644 --- a/src/insets/InsetOptArg.h +++ b/src/insets/InsetOptArg.h @@ -46,6 +46,8 @@ private: int plaintext(odocstream &, OutputParams const &) const; /// Standard DocBook output -- short-circuited int docbook(odocstream &, OutputParams const &) const; + /// + virtual bool forcePlainLayout(idx_type = 0) const { return true; } /// Write out to the .lyx file void write(std::ostream & os) const;