]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
Fix bug 2485 and crash on middle mouse paste on math
[lyx.git] / src / BufferView_pimpl.h
index c6ac78f6f7af61561e1dd911ede071772871df26..7c14f6c9e43f6213a0161146fa8f1792f29ef1b7 100644 (file)
@@ -95,6 +95,8 @@ public:
        void restorePosition(unsigned int i);
        ///
        bool isSavedPosition(unsigned int i);
+       /// save bookmarks to .lyx/session
+       void saveSavedPositions();
        ///
        void switchKeyMap();
        ///
@@ -177,7 +179,7 @@ private:
        ///
        std::vector<Position> saved_positions;
        ///
-       void MenuInsertLyXFile(std::string const & filen);
+       void menuInsertLyXFile(std::string const & filen);
        /// our workarea
        WorkArea & workarea() const;
        /// this is used to handle XSelection events in the right manner
@@ -198,6 +200,6 @@ private:
        ViewMetricsInfo metrics(bool singlepar = false);
        /// Working variable indicating a full screen refresh
        mutable bool refresh_inside_;
-       
+
 };
 #endif // BUFFERVIEW_PIMPL_H