]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
layout file converter for layout files in old format
[lyx.git] / src / lyxtext.h
index 52f9b6b34b292b945551576f8049c539693cf2d0..ab1362d932a490bb776bf9486e73a60ab910edec 100644 (file)
@@ -176,8 +176,8 @@ public:
        void recUndo(pit_type first, pit_type last) const;
        ///
        void recUndo(pit_type first) const;
-       ///
-       void setCursorFromCoordinates(LCursor & cur, int x, int y);
+       /// returns true if par was empty and was removed
+       bool setCursorFromCoordinates(LCursor & cur, int x, int y);
        ///
        InsetBase * editXY(LCursor & cur, int x, int y);
        /// Move cursor one line up.