]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Support the new Indian Rupee currency symbol.
[lyx.git] / src / Buffer.h
index 3cc0452ac95cc5fb4c790e097aa2be0040232fd7..cb76fe53ef5fdafed3a7a2b554c37bacc8a81e43 100644 (file)
@@ -206,10 +206,10 @@ public:
 //private:
        /// read the header, returns number of unknown tokens
        int readHeader(Lexer & lex);
-       /// save timestamp and checksum of the given file.
-       void saveCheckSum() const;
 
 private:
+       /// save timestamp and checksum of the given file.
+       void saveCheckSum() const;      
        /// read a new file
        ReadStatus readFile(support::FileName const & fn);
        /// Reads a file without header.
@@ -365,9 +365,6 @@ public:
        /// Get the name and type of the log.
        std::string logName(LogType * type = 0) const;
 
-       /// Change name of buffer. Updates "read-only" flag.
-       void setFileName(std::string const & newfile);
-
        /// Set document's parent Buffer.
        void setParent(Buffer const *);
        Buffer const * parent() const;
@@ -657,6 +654,8 @@ public:
        void checkChildBuffers();
 
 private:
+       /// Change name of buffer. Updates "read-only" flag.
+       void setFileName(support::FileName const & fname);
        ///
        std::vector<std::string> backends() const;
        ///