]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
Fix working of the spellchecker dialog with ispell when there are no
[lyx.git] / src / BufferView_pimpl.h
index f4b9162a10079f503fd58432c861b7486e43fa9b..ed6062e6b1eec8719351b1839cb16713c0bd74d6 100644 (file)
@@ -37,7 +37,7 @@ struct BufferView::Pimpl : public SigC::Object {
        ///
        void redraw();
        /// Return true if the cursor was fitted.
-       bool fitCursor(LyXText *);
+       bool fitCursor();
        ///
        void redoCurrentBuffer();
        ///
@@ -139,7 +139,9 @@ private:
        ///
        void hfill();
        ///
-       void insertNote();
+       void smartQuote();
+       ///
+       void insertAndEditInset(Inset *);
        ///
        void gotoInset(std::vector<Inset::Code> const & codes,
                       bool same_content);