]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Output end of math environments at the beginning of a new line,
[lyx.git] / src / Buffer.h
index 68f8b883171bc36a9051fe365d013cfffee81271..3cc0452ac95cc5fb4c790e097aa2be0040232fd7 100644 (file)
@@ -241,14 +241,10 @@ public:
        /// \return a status message towards the user.
        docstring emergencyWrite();
 
-//FIXME:The following three functions should be private
+//FIXME:The following function should be private
 //private:
        ///
        void removeAutosaveFile() const;
-       ///
-       void moveAutosaveFile(support::FileName const & old) const;
-       /// Get the filename of the autosave file associated with the Buffer
-       support::FileName getAutosaveFileName() const;
        
 private:
        /// Try to load an autosave file associated to \c fn.
@@ -257,6 +253,10 @@ private:
        ReadStatus loadEmergency();
        /// Get the filename of the emergency file associated with the Buffer
        support::FileName getEmergencyFileName() const;
+       /// Get the filename of the autosave file associated with the Buffer
+       support::FileName getAutosaveFileName() const;
+       ///
+       void moveAutosaveFile(support::FileName const & old) const;
        //@}
 
 public: