]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpecialChar.h
Fix mis-nomer
[lyx.git] / src / insets / InsetSpecialChar.h
index a57f9df89bca071dda54599f4ee572ffd5d3a58f..ebdfb1a6e4f42754be5c731d5d19114d3744d41e 100644 (file)
@@ -61,8 +61,6 @@ public:
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///
-       void drawBackground(PainterInfo & pi, int x, int y) const;
-       ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        void write(std::ostream &) const;
@@ -80,6 +78,8 @@ public:
        ///
        void toString(odocstream &) const;
        ///
+       bool isInToc() const { return true; }   
+       ///
        void forOutliner(docstring &, size_t const, bool const) const;
        ///
        InsetCode lyxCode() const { return SPECIALCHAR_CODE; }