]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
* remove various xforms relicts, in particular:
[lyx.git] / src / lyxtext.h
index 14fa58b3cf43337cef25effbe7a17a68d707a92f..8eb3931562fb88622b3d429c3ebdf7cd4e7f792f 100644 (file)
@@ -108,7 +108,7 @@ public:
        std::string getStringToIndex(LCursor const & cur);
 
        /// insert a character at cursor position
-       void insertChar(LCursor & cur, char c);
+       void insertChar(LCursor & cur, lyx::char_type c);
        /// insert an inset at cursor position
        void insertInset(LCursor & cur, InsetBase * inset);
 
@@ -334,9 +334,6 @@ public:
        /// delete double space or empty paragraphs around old cursor
        bool deleteEmptyParagraphMechanism(LCursor & cur, LCursor & old);
 
-       ///
-       friend class LyXScreen;
-
 public:
        ///
        Dimension dim_;