]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.h
Remove profiling.py
[lyx.git] / src / insets / InsetScript.h
index 9eb80dbbd5032c9866366b19cf6c72082f5d79e4..eab074b1e2f41beb5095ac7fd058fd94de36ad51 100644 (file)
@@ -30,7 +30,7 @@ public:
        ///
        void write(std::ostream & os) const;
        ///
-       void read(Lexer & lex);
+       void read(support::Lexer & lex);
        ///
        int shift(FontInfo const & font) const;
        ///
@@ -87,7 +87,7 @@ public:
        ///
        void write(std::ostream &) const override;
        ///
-       void read(Lexer & lex) override;
+       void read(support::Lexer & lex) override;
        ///
        bool forcePlainLayout(idx_type = 0) const override { return true; }
        ///
@@ -95,8 +95,6 @@ public:
        ///
        bool neverIndent() const override { return true; }
        ///
-       bool inheritFont() const override { return true; }
-       ///
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const override;
        ///