]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
Small formatting and comment cleanup.
[lyx.git] / src / lyx_cb.h
index da520d82b1edc0ae6c1fb08c97c7c9d2c561925f..03cecc4a7058b103faa96d56d1a68dcbeb23c09b 100644 (file)
@@ -32,9 +32,9 @@ 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(LyXView & lv);