]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
Fix assertion when checking if change in selection
[lyx.git] / src / Text.h
index f09acc814b7045878a61364361d2bbda8dcc68c5..054b6f6ee4f3ca0c527248c58a768c61ad2a3279 100644 (file)
@@ -109,6 +109,8 @@ public:
 
        ///
        void toggleFree(Cursor & cur, Font const &, bool toggleall = false);
+       /// Stack to save recent text propterty applications
+       std::vector<docstring> getFreeFonts() const;
 
        /// ???
        /// FIXME: replace Cursor with DocIterator.
@@ -348,10 +350,6 @@ private:
        /// The InsetText owner shall have access to everything.
        friend class InsetText;
 
-       // fix the cursor `cur' after a characters has been deleted at `where'
-       // position. Called by deleteEmptyParagraphMechanism
-       static void fixCursorAfterDelete(CursorSlice & cur, CursorSlice const & where);
-
        // At cursor position 0, try to merge the paragraph with the one before it.
        // Ignore change tracking, i.e., physically remove the end-of-par character
        bool backspacePos0(Cursor & cur);