]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetOptArg.h
This optional argument to the InsetCollapsable constructor
[lyx.git] / src / insets / InsetOptArg.h
index 6bdf40093df912f8dd30afde40fbefde489cb994..20867f299a0e321c463964bd0879d88569c88d5b 100644 (file)
@@ -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;