]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
"Inter-word Space"
[lyx.git] / src / CutAndPaste.h
index 860703ef94f64c709280095c257345c2ea9ce80c..690514cb021ea7947829fe7c81548e9eccbe35f4 100644 (file)
@@ -18,6 +18,7 @@
 class Paragraph;
 class BufferParams;
 class LyXTextClass;
+class ErrorList;
 
 ///
 namespace CutAndPaste {
@@ -40,14 +41,14 @@ bool copySelection(ParagraphList::iterator startpit,
 std::pair<PitPosPair, ParagraphList::iterator>
 pasteSelection(ParagraphList & pars,
               ParagraphList::iterator pit, int pos,
-              lyx::textclass_type tc);
+              lyx::textclass_type tc, ErrorList &);
 
 ///
 std::pair<PitPosPair, ParagraphList::iterator>
 pasteSelection(ParagraphList & pars,
               ParagraphList::iterator pit, int pos,
               lyx::textclass_type tc,
-              size_t cuts_index);
+              size_t cuts_indexm, ErrorList &);
 
 ///
 int nrOfParagraphs();
@@ -58,7 +59,8 @@ int nrOfParagraphs();
 */
 int SwitchLayoutsBetweenClasses(lyx::textclass_type c1,
                                lyx::textclass_type c2,
-                               ParagraphList & par);
+                               ParagraphList & par,
+                               ErrorList &);
 ///
 bool checkPastePossible();