X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxrc.h;h=ede04f705552e83bab5df1e93f89372d91dbd4ea;hb=9e5bd1d609877e602cb697bc695d410e2ab48e0d;hp=fed78555dc6685617919023d4f38bad7b69e1204;hpb=85798535a19919e82cc94a177a8414c542a9c5bf;p=lyx.git diff --git a/src/lyxrc.h b/src/lyxrc.h index fed78555dc..ede04f7055 100644 --- a/src/lyxrc.h +++ b/src/lyxrc.h @@ -21,9 +21,6 @@ #include "ToolbarDefaults.h" #include "bufferparams.h" -using std::ostream; -using std::map; - /// This contains the runtime configuration of LyX class LyXRC { public: @@ -37,7 +34,7 @@ public: /// void print() const; /// - void output(ostream & os) const; + void output(std::ostream & os) const; /// Is a bind file already (or currently) read? bool hasBindFile; /// @@ -222,7 +219,7 @@ public: /// bool rtl_support; /// - string auto_mathmode; + bool auto_number; /// bool show_banner; /// Do we have to use a GUI? @@ -240,7 +237,7 @@ public: /// string docbook_to_pdf_command; /// - typedef map Bindings; + typedef std::map Bindings; /// Bindings bindings; private: