]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Make script inset much tighter in texted.
[lyx.git] / src / insets / InsetFloat.h
index 224017e7eafa72d8d389aae4d23e47dbb666ba3d..53c584c40abe974ad74e0c4bc3cb5046dd272053 100644 (file)
@@ -76,6 +76,8 @@ public:
        bool allowsCaptionVariation(std::string const &) const;
        ///
        LyXAlignment contentAlignment() const;
+       ///
+       bool forceParDirectionSwitch() const { return true; }
 private:
        ///
        void setCaptionType(std::string const & type);
@@ -120,6 +122,8 @@ private:
        TexString getCaption(OutputParams const &) const;
        ///
        std::string getAlignment() const;
+       ///
+       OutputParams::CtObject CtObject(OutputParams const &) const { return OutputParams::CT_OMITOBJECT; }
 
        InsetFloatParams params_;
 };