]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
Fix deleting of paragraphs after undo (fix #236).
[lyx.git] / src / lyx_cb.h
index 5a39ffa23de1dab75c1231fd4acac88f3437fafb..e973ed967153ff1fb657e32d397c7ff0cc9bc79f 100644 (file)
@@ -31,9 +31,9 @@ Buffer * NewLyxFile(string const & filename);
 ///
 void InsertAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///
-void MenuInsertLabel(BufferView * bv, string const & arg);
+string getContentsOfAsciiFile(BufferView * bv, string const & f, bool asParagraph);
 ///
-void MenuLayoutSave(BufferView * bv);
+void MenuInsertLabel(BufferView * bv, string const & arg);
 ///
 void Reconfigure(BufferView * bv);
 #endif