]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
Revert "Make formal table lines exagerately thick to identify \cmidrule"
[lyx.git] / src / Text.h
index 4fc86ff72a2e15a1230b6e7919b8868380f73872..b54277beefa3069b5d676fc5cb94d934e5cfd9cd 100644 (file)
@@ -112,7 +112,7 @@ public:
 
        /// ???
        /// FIXME: replace Cursor with DocIterator.
-       docstring getStringToIndex(Cursor const & cur);
+       docstring getStringForDialog(Cursor & cur);
 
        /// Convert the paragraphs to a string.
        /// \param AsStringParameter options. This can contain any combination of
@@ -348,10 +348,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);