]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator...
[lyx.git] / src / insets / InsetText.h
index 8168a71f5d40b6205877a2408a4d733d9e561d32..afb874a442cf3674ad1869b9b77a281cc6f2a781 100644 (file)
@@ -130,10 +130,6 @@ public:
        ///
        bool allowSpellCheck() const { return true; }
        ///
-       bool isTableCell() const;
-       /// should paragraph indendation be ommitted in any case?
-       bool neverIndent() const;
-       ///
        virtual bool isMacroScope() const { return false; }
        ///
        virtual bool allowMultiPar() const { return true; }