]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
ws changes only
[lyx.git] / src / CutAndPaste.h
index 74d0f091853c16e4f13a0f6daf4fc8a20fc411ab..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
  *
@@ -17,7 +17,7 @@
 #include "ParagraphList_fwd.h"
 #include "support/types.h"
 
-#include "support/std_string.h"
+#include <string>
 #include <vector>
 
 class Buffer;
@@ -30,8 +30,7 @@ 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,