X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxrc.h;h=ede04f705552e83bab5df1e93f89372d91dbd4ea;hb=9e5bd1d609877e602cb697bc695d410e2ab48e0d;hp=521dbea0a46ad891e9da717887c7e78fa5a5f0ff;hpb=0542d7af5db091f03a79af09a6f5ef2587ee43f9;p=lyx.git diff --git a/src/lyxrc.h b/src/lyxrc.h index 521dbea0a4..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 number_inset; + 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: