]> git.lyx.org Git - lyx.git/blob - src/text_funcs.h
remove mention of lyxrc from the splash
[lyx.git] / src / text_funcs.h
1 /**
2  * \file text_funcs.h
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author Lars Gullik Bjønnes
7  * \author John Levon
8  *
9  * Full author contact details are available in file CREDITS
10  *
11  * This file contains some utility functions for actually mutating
12  * the text contents of a document 
13  */
14
15 #ifndef TEXT_FUNCS_H
16 #define TEXT_FUNCS_H
17
18 #include <config.h>
19
20 class LyXText;
21 class LyXCursor;
22
23 void transposeChars(LyXText & text, LyXCursor const & cursor);
24
25 #endif // TEXT_FUNCS_H