]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / lyxrc.h
index 831505e9704008a8938cf93a98fd17bbcced5097..6de67fc60a26173a603452c96488837f225670c9 100644 (file)
@@ -130,15 +130,13 @@ enum LyXRCTags {
        ///
        int read (string const & filename);
        ///
+       void readBindFileIfNeeded();
+       ///
        void write(string const & filename) const;
        ///
         void print() const;
        ///
        void output(std::ostream & os) const;
-       /// Is a bind file already (or currently) read?
-       bool hasBindFile;
-       ///
-       int ReadBindFile(string const & name = "cua");
        ///
        static string const getDescription(LyXRCTags);
        ///
@@ -334,6 +332,11 @@ enum LyXRCTags {
        bool cursor_follows_scrollbar;
        ///
        int label_init_length;
+private:
+       /// Is a bind file already (or currently) read?
+       bool hasBindFile;
+       ///
+       int ReadBindFile(string const & name);
 };
 
 ///