]> 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 bed5744a480a4e33e8900471082190769608c3be..b130ab71b476b4c62282b55b72d9dbd848a65dfb 100644 (file)
@@ -198,6 +198,8 @@ 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, bool const deleted = false);
@@ -207,7 +209,7 @@ public:
        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_; }