]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
Minor code shuffle.
[lyx.git] / src / lyxtext.h
index deeb79729d8692e3d52056004d05979da1c6355a..9cf1d7859f8d337bc8afdd2d68aa855c620f6997 100644 (file)
@@ -376,6 +376,8 @@ public:
        void getVisibleRow(BufferView *, int y_offset, int x_offset,
                           Row * row_ptr, int y, bool cleared=false);
 
+       /// 
+       void openStuff(BufferView *);
        ///
        void cutSelection(BufferView *, bool = true);
        ///
@@ -442,9 +444,6 @@ public:
        ///
        int numberOfCell(Paragraph * par,
                         Paragraph::size_type pos) const;
-       ///
-       Paragraph * getParFromID(int id) const;
-
        ///
        void removeTableRow(LyXCursor & cursor) const;
        ///