]> git.lyx.org Git - features.git/blobdiff - src/Cursor.h
Implement new recordUndoBufferParams method.
[features.git] / src / Cursor.h
index c3ae44888db2fbac087a3a5a55084ff20240dd9d..3f1cc6318e5f714a2981c99c9cd56ee07e33b2ff 100644 (file)
@@ -378,7 +378,10 @@ public:
                             Inset const * inset = 0) const;
 
        /// Convenience: prepare undo for the whole buffer
-       void recordUndoFullDocument() const;
+       void recordUndoFullBuffer() const;
+
+       /// Convenience: prepare undo for buffer parameters
+       void recordUndoBufferParams() const;
 
        /// Convenience: prepare undo for the selected paragraphs or cells
        void recordUndoSelection() const;