]> git.lyx.org Git - lyx.git/blobdiff - src/textcursor.h
ws changes only
[lyx.git] / src / textcursor.h
index c7f2c17c5c939784537ae53eeabcd4b2918fdc8d..3081551df5920b5c6dcaf2f5b6f8ba34eaef0118 100644 (file)
@@ -1,21 +1,22 @@
 // -*- C++ -*-
 /**
- * \file cursor.h
+ * \file textcursor.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author unknown
  * \author Lars Gullik Bjønnes
  * \author John Levon
+ * \author André Pönitz
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
-#include "lyxcursor.h"
-
 #ifndef TEXTCURSOR_H
 #define TEXTCURSOR_H
 
+#include "lyxcursor.h"
+
 // Do not even think of forward declaring LyXText/BufferView etc here!
 // If you need Paragraph proper, go to text_func.h
 
@@ -29,7 +30,7 @@
        it should not be absolutely needed to move the cursor...
        [even later]
        Nevertheless, it should still be moved, in order to keep classes
-       and interdependencies small. 
+       and interdependencies small.
        */
 
 // The structure that keeps track of the selections set.
@@ -64,8 +65,6 @@ struct TextCursor {
        void setSelection();
        ///
        void clearSelection();
-       ///
-       string const selectionAsString(Buffer const * buffer, bool label) const;
 
        // actual cursor position
        LyXCursor cursor;