]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
ws changes only
[lyx.git] / src / CutAndPaste.h
index c45442377520fbdd2ecf3fa859967ee31d788614..0c753fbadc28758764f9b268cf10f47afb56c1fe 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Vigna
+ * \author Jürgen Vigna
  * \author Lars Gullik Bjønnes
  * \author Alfredo Braunstein
  *
 #ifndef CUTANDPASTE_H
 #define CUTANDPASTE_H
 
+#include "ParagraphList_fwd.h"
 #include "support/types.h"
-#include "ParagraphList.h"
 
+#include <string>
 #include <vector>
 
-class Paragraph;
+class Buffer;
 class BufferParams;
-class LyXTextClass;
 class ErrorList;
+class LyXTextClass;
+class Paragraph;
 
 ///
 namespace CutAndPaste {
 
 ///
-std::vector<string>
-CutAndPaste::availableSelections(Buffer const & buffer);
+std::vector<std::string> const availableSelections(Buffer const & buffer);
 
 ///
 PitPosPair cutSelection(BufferParams const & params,