]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
* output_plaintext.C: cosmetics in comment: line length cannot be < 0
[lyx.git] / src / lyx_cb.h
index 246799d26ca8ed790efc12f304ed97cd78f32773..03cecc4a7058b103faa96d56d1a68dcbeb23c09b 100644 (file)
@@ -18,6 +18,7 @@ namespace lyx {
 
 class Buffer;
 class BufferView;
+class LyXView;
 
 ///
 extern bool quitting;
@@ -31,11 +32,11 @@ void autoSave(BufferView * bv);
 ///
 void newFile(BufferView * bv, std::string const & filename);
 ///
-void insertAsciiFile(BufferView * bv, std::string const & f, bool asParagraph);
+void insertPlaintextFile(BufferView * bv, std::string const & f, bool asParagraph);
 ///
-std::string getContentsOfAsciiFile(BufferView * bv, std::string const & f, bool asParagraph);
+std::string getContentsOfPlaintextFile(BufferView * bv, std::string const & f, bool asParagraph);
 ///
-void reconfigure(BufferView * bv);
+void reconfigure(LyXView & lv);
 
 } // namespace lyx