]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.cpp
Cmake build: Creating a define for a header file found
[lyx.git] / src / CutAndPaste.cpp
index 4b95b9be506f1d28f9a0dfcd2b1f7fb74d62dee0..65344758855b9d5041fe1d0d3e517579497c519a 100644 (file)
@@ -631,7 +631,7 @@ bool multipleCellsSelected(Cursor const & cur)
 }
 
 
-void switchBetweenClasses(DocumentClassConstPtr  oldone,
+void switchBetweenClasses(DocumentClassConstPtr oldone,
                DocumentClassConstPtr newone, InsetText & in, ErrorList & errorlist)
 {
        errorlist.clear();
@@ -848,6 +848,7 @@ void copyInset(Cursor const & cur, Inset * inset, docstring const & plaintext)
        putClipboard(theCuts[0].first, theCuts[0].second, plaintext);
 }
 
+
 namespace {
 
 void copySelectionToStack(Cursor const & cur, CutStack & cutstack)