]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
PDFOptions.cpp: set all string containing options to \hypersetup
[lyx.git] / src / BufferView.h
index 1c02f954d7ea9202e9f1bcae62bd83a3308fda6b..2d40bc19666967470b739e358961983fe9bf4aa5 100644 (file)
@@ -256,6 +256,8 @@ public:
        ///
        void setGuiDelegate(frontend::GuiBufferViewDelegate *);
 
+       // 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;