]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetInfo.h
index fa3cfda72899f653a77dd2ede20ecbfdbae47479..b130ab71b476b4c62282b55b72d9dbd848a65dfb 100644 (file)
@@ -198,16 +198,18 @@ public:
        /// Force inset into LTR environment if surroundings are RTL
        bool forceLTR(OutputParams const &) const;
        ///
+       bool forceLocalFontSwitch() const;
+       ///
        void setInfo(std::string const & info);
        ///
-       void updateBuffer(ParIterator const & it, UpdateType utype);
+       void updateBuffer(ParIterator const & it, UpdateType utype, bool const deleted = false);
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
        std::string contextMenu(BufferView const &, int, int) const;
        ///
        std::string contextMenuName() const;
-       /// should paragraph indendation be omitted in any case?
+       /// should paragraph indentation be omitted in any case?
        bool neverIndent() const { return true; }
        ///
        InsetInfoParams params() const { return params_; }