]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
Minimal fix needed to give Qt a label dialog again.
[lyx.git] / src / lyx_cb.h
index f5e4111663c18e1bbc250d182bdb1d47c420927e..ce4220728beda1ecae5b47d8e5f9e13639cb2d43 100644 (file)
@@ -27,12 +27,13 @@ void QuitLyX();
 ///
 void AutoSave(BufferView * bv);
 ///
-Buffer * NewLyxFile(string const & filename);
+Buffer * NewFile(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);
+///
+string const getPossibleLabel(BufferView const & bv);
 ///
 void Reconfigure(BufferView * bv);
 #endif
-