]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
GuiBox.cpp: fix update of height checkbox
[lyx.git] / src / BufferView.h
index 1c02f954d7ea9202e9f1bcae62bd83a3308fda6b..07d4c0370d8737d65af5c2f7d1b8b565869f296b 100644 (file)
@@ -256,6 +256,10 @@ public:
        ///
        void setGuiDelegate(frontend::GuiBufferViewDelegate *);
 
+       ///
+       docstring contentsOfPlaintextFile(std::string const & f, bool asParagraph);
+       // Insert plain text file (if filename is empty, prompt for one)
+       void insertPlaintextFile(std::string const & fileName, bool asParagraph);
 private:
        // the position relative to (0, baseline) of outermost paragraph
        Point coordOffset(DocIterator const & dit, bool boundary) const;