]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
More 'standard conformant blurb' nonsense.
[lyx.git] / src / CutAndPaste.h
index 8e47b6829b6fb251883646446dff5292ef94442a..bb12c2d9dd241f142dd4f2d378267aa140af4b8a 100644 (file)
@@ -1,10 +1,11 @@
 // -*- C++ -*-
-/* \file CutAndPaste.C
+/* \file CutAndPaste.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Jurgen Vigna
+ * \author Juergen Vigna
  * \author Lars Gullik Bjønnes
+ * \author Alfredo Braunstein
  *
  * Full author contact details are available in file CREDITS
  */
@@ -15,6 +16,8 @@
 #include "support/types.h"
 #include "ParagraphList.h"
 
+#include <vector>
+
 class Paragraph;
 class BufferParams;
 class LyXTextClass;
@@ -22,6 +25,11 @@ class ErrorList;
 
 ///
 namespace CutAndPaste {
+
+///
+std::vector<string>
+CutAndPaste::availableSelections(Buffer const & buffer);
+
 ///
 PitPosPair cutSelection(BufferParams const & params,
                        ParagraphList & pars,